diff options
Diffstat (limited to 'depo/nutin-madaj')
-rw-r--r-- | depo/nutin-madaj/web.nix | 1 | ||||
-rw-r--r-- | depo/nutin-madaj/znc.nix | 14 |
2 files changed, 7 insertions, 8 deletions
diff --git a/depo/nutin-madaj/web.nix b/depo/nutin-madaj/web.nix index 62335ba..16f38e2 100644 --- a/depo/nutin-madaj/web.nix +++ b/depo/nutin-madaj/web.nix @@ -15,7 +15,6 @@ in "bsima.me".root = "/home/ben/public_html/"; "www.bsima.me".root = "/home/ben/public_html/"; "simatime.com".locations."/".root = "/srv/www/"; - "znc.simatime.com".locations."^(.*)".proxyPass = "http://localhost/znc$1"; "hero.simatime.com".locations."/".proxyPass = "http://${bensIp}:3001"; "tv.simatime.com".locations."/".proxyPass = "http://${bensIp}:8096"; # emby runs on port 8096 "deluge.simatime.com".locations."/".proxyPass = "http://${bensIp}:8112"; diff --git a/depo/nutin-madaj/znc.nix b/depo/nutin-madaj/znc.nix index d78bb46..5c9b253 100644 --- a/depo/nutin-madaj/znc.nix +++ b/depo/nutin-madaj/znc.nix @@ -27,15 +27,15 @@ N.B.: generate znc passwords with 'nix-shell -p znc --command "znc --makepass"' LoadModule = [ "simple_away" "nickserv" "sasl" ]; Chan = { "#ai" = {}; - "#bsima" = {}; - "#emacs" = {}; + "#bsima" = { Modes = "+Sp" }; + "#emacs" = { Detached = true; }; "#haskell" = {}; - "#haskell-miso" = {}; - "#home-manager" = {}; + "#haskell-miso" = { Detached = true; }; + "#home-manager" = { Detached = true; }; "#nixos" = {}; - "#servant" = {}; - "#sr.ht" = {}; - "#xmonad" = {}; + "#servant" = { Detached = true; }; + "#sr.ht" = { Detached = true; }; + "#xmonad" = { Detached = true; }; }; }; Network.efnet = { |