ma: #retiolum -> #xxx

This commit is contained in:
makefu 2017-10-01 14:28:34 +02:00
parent 0fe3f562d7
commit b01385c974
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225
3 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,7 @@
REAKTOR_HOST = "irc.r"; REAKTOR_HOST = "irc.r";
}; };
plugins = with pkgs.ReaktorPlugins; [ stockholm-issue nixos-version sed-plugin ]; plugins = with pkgs.ReaktorPlugins; [ stockholm-issue nixos-version sed-plugin ];
channels = [ "#retiolum" ]; channels = [ "#xxx" ];
}; };
krebs.build.host = config.krebs.hosts.pnp; krebs.build.host = config.krebs.hosts.pnp;

View File

@ -19,7 +19,7 @@ let
post-receive = pkgs.git-hooks.irc-announce { post-receive = pkgs.git-hooks.irc-announce {
nick = config.networking.hostName; nick = config.networking.hostName;
verbose = true; verbose = true;
channel = "#retiolum"; channel = "#xxx";
# TODO remove the hardcoded hostname # TODO remove the hardcoded hostname
server = "irc.r"; server = "irc.r";
}; };

View File

@ -57,7 +57,7 @@ let
post-receive = pkgs.git-hooks.irc-announce { post-receive = pkgs.git-hooks.irc-announce {
nick = config.networking.hostName; nick = config.networking.hostName;
verbose = config.krebs.build.host.name == "gum"; verbose = config.krebs.build.host.name == "gum";
channel = "#retiolum"; channel = "#xxx";
# TODO remove the hardcoded hostname # TODO remove the hardcoded hostname
server = "irc.r"; server = "irc.r";
}; };