summaryrefslogtreecommitdiffstats
path: root/tv/2configs/gitrepos.nix
diff options
context:
space:
mode:
authornin <nineinchnade@gmail.com>2017-10-17 19:54:15 +0200
committernin <nineinchnade@gmail.com>2017-10-17 19:54:15 +0200
commitd22de8bfd2e86e2491be0d8fdb6911a07b69872b (patch)
treeabc52d24c500591c0f35bbb50cb2daba11759ba3 /tv/2configs/gitrepos.nix
parent93d67cfb618d8f8aff014ecbd6abbf9325cb5f84 (diff)
parent99f5c3bbe1d601be84f40d777885dcc6887382ff (diff)
Merge remote-tracking branch 'temp/master'
Diffstat (limited to 'tv/2configs/gitrepos.nix')
-rw-r--r--tv/2configs/gitrepos.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/tv/2configs/gitrepos.nix b/tv/2configs/gitrepos.nix
index b6480f3..2c4b486 100644
--- a/tv/2configs/gitrepos.nix
+++ b/tv/2configs/gitrepos.nix
@@ -100,10 +100,10 @@ let {
);
irc-announce = args: pkgs.git-hooks.irc-announce (recursiveUpdate {
- channel = "#retiolum";
+ channel = "#xxx";
# TODO make nick = config.krebs.build.host.name the default
nick = config.krebs.build.host.name;
- server = "ni.r";
+ server = "irc.r";
verbose = true;
} args);