diff options
| author | Preston Pan <ret2pop@gmail.com> | 2026-02-06 15:52:14 -0800 |
|---|---|---|
| committer | Preston Pan <ret2pop@gmail.com> | 2026-02-06 15:52:14 -0800 |
| commit | 51116ed17e2febc06dc795e5893d3a31e97962e9 (patch) | |
| tree | 17ec9ca6f8475931e1f26f94928b753c042e06d1 /nix/modules/znc.nix | |
| parent | 9e826d9c2bad4a7ccf183257118be37083f26782 (diff) | |
server and desktop configurations are working fully and booting
Diffstat (limited to 'nix/modules/znc.nix')
| -rw-r--r-- | nix/modules/znc.nix | 6 |
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" ]; + }; }; }; }; |
