diff options
author | tv <tv@shackspace.de> | 2015-06-18 21:31:57 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-06-18 21:31:57 +0200 |
commit | de741c98a711dd3e2d7b060d5d0f0e196f1b8f2e (patch) | |
tree | 4eff092dc1120448e14f468c6342310431c22475 /modules | |
parent | 3c18dea8da6d8647cf35373369fceec8e4ae145c (diff) |
host cd: testing repo: fix announce channel
Diffstat (limited to 'modules')
-rw-r--r-- | modules/cd/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/cd/default.nix b/modules/cd/default.nix index 7223203a0..2eed80e12 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"; }; }; |