From d4e96cd9aa883b7a8f65573553820e10c46a38c7 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(-) (limited to 'modules') 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"; }; }; -- cgit v1.2.3