diff options
Diffstat (limited to 'Biz/Cloud')
-rw-r--r-- | Biz/Cloud/Znc.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Biz/Cloud/Znc.nix b/Biz/Cloud/Znc.nix index 93ec86d..a8d49a2 100644 --- a/Biz/Cloud/Znc.nix +++ b/Biz/Cloud/Znc.nix @@ -33,6 +33,8 @@ N.B.: generate znc passwords with 'nix-shell -p znc --command "znc --makepass"' LoadModule = [ "simple_away" "nickserv" "sasl" ]; Chan = { "#ai" = {}; + "#bitcoin-otc" = {}; + "#bsima" = {}; "#haskell-miso" = { Detached = true; }; "#home-manager" = { Detached = true; }; "#servant" = { Detached = true; }; |