From 63434c8309946f8f1e92a0b1ec7fc887e9e80c75 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Sun, 25 Feb 2024 19:03:58 +0000 Subject: [PATCH] docs: add new users to thelounge --- modules/nixos/services/irc.nix | 4 ++++ 1 file changed, 4 insertions(+) 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 ]; }];