diff options
| author | Preston Pan <ret2pop@nullring.xyz> | 2026-02-28 20:20:41 -0800 |
|---|---|---|
| committer | Preston Pan <ret2pop@nullring.xyz> | 2026-02-28 20:20:41 -0800 |
| commit | 99a6f13e70b366a858a543f145528152164858e5 (patch) | |
| tree | ac65987c6a0cd142943ab0c5b45616a1c1356486 /nix/modules/znc.nix | |
| parent | befb04f3a1cbf7e55da26e08f8c974e72ff6f1cf (diff) | |
use librewolf instead; fix a bunch of problems
Diffstat (limited to 'nix/modules/znc.nix')
| -rw-r--r-- | nix/modules/znc.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/modules/znc.nix b/nix/modules/znc.nix index 758f720..c9f9b51 100644 --- a/nix/modules/znc.nix +++ b/nix/modules/znc.nix @@ -26,7 +26,7 @@ modules = [ "simple_away" ]; }; "nullring" = { - server = "nullring.xyz"; + server = "${config.monorepo.vars.orgHost}"; port = 6697; useSSL = true; modules = [ "simple_away" "log" ]; |
