From 3e7a3c4d67ad4c818494da02c81259d46a8bf14d Mon Sep 17 00:00:00 2001
From: makefu <github@syntax-fehler.de>
Date: Sun, 28 Jan 2018 15:12:37 +0100
Subject: [PATCH] ma cgit: disable irc hook

---
 2configs/git/cgit-retiolum.nix | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/2configs/git/cgit-retiolum.nix b/2configs/git/cgit-retiolum.nix
index da246f6..eacbd99 100644
--- a/2configs/git/cgit-retiolum.nix
+++ b/2configs/git/cgit-retiolum.nix
@@ -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";
-      };
-    };
   };