From e05945d978a8c76f8b805a7b39268db36f43cbcb Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 1 Nov 2019 20:53:38 -0700 Subject: remove sorcery network from znc it was a terrible network anyway --- com/simatime/znc.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/com/simatime/znc.nix b/com/simatime/znc.nix index bdbe3af..9b1a28d 100644 --- a/com/simatime/znc.nix +++ b/com/simatime/znc.nix @@ -54,10 +54,6 @@ N.B.: generate znc passwords with 'nix-shell -p znc --command "znc --makepass"' Server = "irc.efnet.info +6697"; LoadModule = [ "simple_away" ]; }; - Network.sorcery = { - Server = "irc.sorcery.net +6697"; - LoadModule = [ "simple_away" ]; - }; Pass.password = { Method = "sha256"; Hash = "bead16d806e7bf5cbbc31d572b20f01e2b253eb60e2497ce465df56306becd02"; -- cgit v1.2.3