diff options
| author | makefu <github@syntax-fehler.de> | 2017-05-16 16:49:40 +0200 | 
|---|---|---|
| committer | makefu <github@syntax-fehler.de> | 2017-05-16 16:49:40 +0200 | 
| commit | 514dda7d1ea2757f0989cb5dcb20d49a5e29a76f (patch) | |
| tree | 74aeec64b6256a189c84acdb3b20860087132816 /makefu | |
| parent | 05fd51d9911d14639812452d5579d1304833d7a3 (diff) | |
m 2 wiki-irc: also notify #nixos
Diffstat (limited to 'makefu')
| -rw-r--r-- | makefu/2configs/deployment/wiki-irc.nix | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/makefu/2configs/deployment/wiki-irc.nix b/makefu/2configs/deployment/wiki-irc.nix index a7527f796..dc7c8afe8 100644 --- a/makefu/2configs/deployment/wiki-irc.nix +++ b/makefu/2configs/deployment/wiki-irc.nix @@ -40,9 +40,9 @@ in {        file { path => "/tmp/logs.json" codec => "json_lines" }        if [output] {          irc { -          channels => [ "#krebs" ] +          channels => [ "#nixos" , "#krebs" ]            host => "irc.freenode.net" -          nick => "nixos-wiki" +          nick => "nixos-users-wiki"            format => "%{output}"          }        }  | 
