docs: add new users to thelounge

This commit is contained in:
Noah Masur 2024-02-25 19:03:58 +00:00
parent 1a5fe54d06
commit 63434c8309

View File

@ -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 ]; }];