summaryrefslogtreecommitdiff
path: root/nix/modules/znc.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/modules/znc.nix')
-rw-r--r--nix/modules/znc.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/nix/modules/znc.nix b/nix/modules/znc.nix
index c2e2079..758f720 100644
--- a/nix/modules/znc.nix
+++ b/nix/modules/znc.nix
@@ -25,6 +25,12 @@
useSSL = true;
modules = [ "simple_away" ];
};
+ "nullring" = {
+ server = "nullring.xyz";
+ port = 6697;
+ useSSL = true;
+ modules = [ "simple_away" "log" ];
+ };
};
};
};