diff options
Diffstat (limited to 'modules/cd')
-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"; }; }; |