From 653d7dc49c4ae068e4085d0516e437a7afe32618 Mon Sep 17 00:00:00 2001 From: makefu Date: Tue, 16 May 2017 16:49:40 +0200 Subject: m 2 wiki-irc: also notify #nixos --- 2configs/deployment/wiki-irc.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '2configs') diff --git a/2configs/deployment/wiki-irc.nix b/2configs/deployment/wiki-irc.nix index a7527f796..dc7c8afe8 100644 --- a/2configs/deployment/wiki-irc.nix +++ b/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}" } } -- cgit v1.2.3