summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2015-06-18 21:31:57 +0200
committertv <tv@krebsco.de>2015-06-18 21:31:57 +0200
commitd4e96cd9aa883b7a8f65573553820e10c46a38c7 (patch)
tree4eff092dc1120448e14f468c6342310431c22475
parent600cf8a2cf2c5ef0bb36c28ddc5cf7bd6b2c7bcd (diff)
host cd: testing repo: fix announce channel
-rw-r--r--modules/cd/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/cd/default.nix b/modules/cd/default.nix
index 7223203..2eed80e 100644
--- a/modules/cd/default.nix
+++ b/modules/cd/default.nix
@@ -76,7 +76,7 @@
hooks = {
post-receive = git.irc-announce {
nick = config.networking.hostName; # TODO make this the default
- channel = "#repository";
+ channel = "#retiolum";
server = "ire.retiolum";
};
};