aboutsummaryrefslogtreecommitdiff
path: root/hosts/ganymede
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-02-01 09:17:01 -0600
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-02-01 09:17:01 -0600
commit549d4cce8b9114cc01eef5b65da20539f20b94cf (patch)
treef6c6a88107a457a37808aff1c03d9ff37d248501 /hosts/ganymede
parent2a07183126da63858a287990cc7aa291b83e6d18 (diff)
irc server
Diffstat (limited to 'hosts/ganymede')
-rw-r--r--hosts/ganymede/config.nix2
1 files changed, 2 insertions, 0 deletions
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;