From de741c98a711dd3e2d7b060d5d0f0e196f1b8f2e Mon Sep 17 00:00:00 2001 From: tv Date: Thu, 18 Jun 2015 21:31:57 +0200 Subject: host cd: testing repo: fix announce channel --- modules/cd/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; }; }; -- cgit v1.2.3