ma cgit: disable irc hook

This commit is contained in:
makefu 2018-01-28 15:12:37 +01:00
parent cd276a21f2
commit 1f8ad80695
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -53,15 +53,6 @@ let
make-krebs-repo = with git; name: { cgit ? {}, ... }: {
inherit cgit name;
public = true;
hooks = {
post-receive = pkgs.git-hooks.irc-announce {
nick = config.networking.hostName;
verbose = config.krebs.build.host.name == "gum";
channel = "#xxx";
# TODO remove the hardcoded hostname
server = "irc.r";
};
};
};