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