summaryrefslogtreecommitdiffstats
path: root/tv/2configs/gitrepos.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2017-10-01 13:43:00 +0200
committertv <tv@krebsco.de>2017-10-01 13:44:44 +0200
commit9cf8713b2530e2040ac9de9f010fad3f99b58dee (patch)
tree717a40d2bfab153aabd4a7e526079b7e7e09b031 /tv/2configs/gitrepos.nix
parent61a1368c8226633df51302121ca8ac9b5fe653ff (diff)
tv gitrepos: ni.r/#retiolum -> irc.r/#krebs
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..bbb1d41 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 = "#krebs";
# 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);