summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2015-06-18 21:31:57 +0200
committertv <tv@shackspace.de>2015-06-18 21:31:57 +0200
commitde741c98a711dd3e2d7b060d5d0f0e196f1b8f2e (patch)
tree4eff092dc1120448e14f468c6342310431c22475 /modules
parent3c18dea8da6d8647cf35373369fceec8e4ae145c (diff)
host cd: testing repo: fix announce channel
Diffstat (limited to 'modules')
-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 7223203a..2eed80e1 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";
};
};