diff options
author | Ben Sima <ben@bsima.me> | 2019-10-09 21:57:42 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-10-09 21:57:42 -0700 |
commit | 89e8e4bbc0fe70dd7f8742e3ccfec492f281fb19 (patch) | |
tree | 439f6b28d94632e82f9d50e5e1dd01f022a60dbb /depo/nutin-madaj/znc.nix | |
parent | a5262ff39577c1b4c8182b1fcde592a8c51e4c0a (diff) |
[depo] add more irc channels
Diffstat (limited to 'depo/nutin-madaj/znc.nix')
-rw-r--r-- | depo/nutin-madaj/znc.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/depo/nutin-madaj/znc.nix b/depo/nutin-madaj/znc.nix index b1512d7..0449893 100644 --- a/depo/nutin-madaj/znc.nix +++ b/depo/nutin-madaj/znc.nix @@ -27,10 +27,14 @@ N.B.: generate znc passwords with 'nix-shell -p znc --command "znc --makepass"' LoadModule = [ "simple_away" "nickserv" "sasl" ]; Chan = { "#ai" = {}; + "#biz" = { Modes = "+Sp"; }; "#bsima" = { Modes = "+Sp"; }; "##categorytheory" = { Detached = true; }; + "#clojure" = { Detached = true; }; "#coq" = { Detached = true; }; "#emacs" = { Detached = true; }; + "#guile" = { Detached = true; }; + "#guix" = { Detached = true; }; "#haskell" = {}; "#haskell-miso" = { Detached = true; }; "#hledger" = {} @@ -40,6 +44,7 @@ N.B.: generate znc passwords with 'nix-shell -p znc --command "znc --makepass"' "#nix-darwin" = { Detached = true; }; "#nixos" = {}; "#org-mode" = {}; + "#scheme" = { Detached = true; }; "#servant" = { Detached = true; }; "#sr.ht" = { Detached = true; }; "#xmonad" = { Detached = true; }; |