diff options
author | Ben Sima <ben@bsima.me> | 2019-11-01 20:53:38 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-11-01 20:53:38 -0700 |
commit | e05945d978a8c76f8b805a7b39268db36f43cbcb (patch) | |
tree | 68b0d3df68d20954dcd0ea91b0c79ab75cf7ba3d | |
parent | 57fc0907c6d1e285cde6eb738bbbbb0cdd070956 (diff) |
remove sorcery network from znc
it was a terrible network anyway
-rw-r--r-- | com/simatime/znc.nix | 4 |
1 files changed, 0 insertions, 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"; |