From 549d4cce8b9114cc01eef5b65da20539f20b94cf Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Sun, 1 Feb 2026 09:17:01 -0600 Subject: irc server --- hosts/ganymede/config.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hosts') diff --git a/hosts/ganymede/config.nix b/hosts/ganymede/config.nix index d821c76..d9cb0dc 100644 --- a/hosts/ganymede/config.nix +++ b/hosts/ganymede/config.nix @@ -61,6 +61,8 @@ caddy.enable = true; }; + ngircd.enable = true; + caddy = { enable = true; envFile = config.collinux.secrets."caddy-env".path; -- cgit v1.3.1