diff options
| -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}"          }        } | 
