diff options
author | tv <tv@krebsco.de> | 2015-06-18 21:31:57 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-06-18 21:31:57 +0200 |
commit | d4e96cd9aa883b7a8f65573553820e10c46a38c7 (patch) | |
tree | 4eff092dc1120448e14f468c6342310431c22475 /modules | |
parent | 600cf8a2cf2c5ef0bb36c28ddc5cf7bd6b2c7bcd (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 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"; }; }; |