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
commit144b18a15c8713314dfce32f719c63dae5fc37bd (patch)
tree639084b5d7b1e72fac42874e0edc7bc61ec3edd7 /tv/2configs/gitrepos.nix
parent7cdf5705d91e3710ae82bd9cc9843c70130698ce (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 b6480f35..bbb1d412 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);