diff --git a/modules/nixos/services/irc.nix b/modules/nixos/services/irc.nix index f3373b4..c794418 100644 --- a/modules/nixos/services/irc.nix +++ b/modules/nixos/services/irc.nix @@ -11,6 +11,10 @@ }; }; + # Adding new users: + # nix shell nixpkgs#thelounge + # sudo su - thelounge -s /bin/sh -c "thelounge add myuser" + # Allow web traffic to Caddy caddy.routes = [{ match = [{ host = [ config.hostnames.irc ]; }];