l #krebs@irc.r -> #xxx@irc.r

This commit is contained in:
lassulus 2017-10-01 14:21:34 +02:00
parent 144b18a15c
commit f0053f2dca
3 changed files with 4 additions and 4 deletions

View File

@ -77,7 +77,7 @@ let
post-receive = pkgs.git-hooks.irc-announce {
# TODO make nick = config.krebs.build.host.name the default
nick = config.krebs.build.host.name;
channel = "#krebs";
channel = "#xxx";
server = "irc.r";
verbose = config.krebs.build.host.name == "prism";
# TODO define branches in some kind of option per repo
@ -98,7 +98,7 @@ let
post-receive = pkgs.git-hooks.irc-announce {
# TODO make nick = config.krebs.build.host.name the default
nick = config.krebs.build.host.name;
channel = "#krebs";
channel = "#xxx";
server = "irc.r";
verbose = true;
# TODO define branches in some kind of option per repo

View File

@ -4,7 +4,7 @@ with import <stockholm/lib>;
{
krebs.Reaktor.retiolum = {
nickname = "Reaktor|lass";
channels = [ "#krebs" ];
channels = [ "#xxx" ];
extraEnviron = {
REAKTOR_HOST = "irc.r";
};

View File

@ -15,7 +15,7 @@ let
post-receive = pkgs.git-hooks.irc-announce {
nick = config.networking.hostName;
verbose = false;
channel = "#krebs";
channel = "#xxx";
server = "irc.r";
branches = [ "newest" ];
};