diff options
Diffstat (limited to 'makefu/2configs/git')
| -rw-r--r-- | makefu/2configs/git/brain-retiolum.nix | 4 | ||||
| -rw-r--r-- | makefu/2configs/git/cgit-retiolum.nix | 5 | 
2 files changed, 5 insertions, 4 deletions
| diff --git a/makefu/2configs/git/brain-retiolum.nix b/makefu/2configs/git/brain-retiolum.nix index 05754dc7f..3be3fccef 100644 --- a/makefu/2configs/git/brain-retiolum.nix +++ b/makefu/2configs/git/brain-retiolum.nix @@ -19,9 +19,9 @@ let        post-receive = pkgs.git-hooks.irc-announce {          nick = config.networking.hostName;          verbose = true; -        channel = "#retiolum"; +        channel = "#xxx";          # TODO remove the hardcoded hostname -        server = "ni.r"; +        server = "irc.r";        };      };    }; diff --git a/makefu/2configs/git/cgit-retiolum.nix b/makefu/2configs/git/cgit-retiolum.nix index 30c0b0b87..ed890fe40 100644 --- a/makefu/2configs/git/cgit-retiolum.nix +++ b/makefu/2configs/git/cgit-retiolum.nix @@ -24,6 +24,7 @@ let      cac-api = { };      euer_blog = { };      ampel = { }; +    europastats = { };      init-stockholm = {        cgit.desc = "Init stuff for stockholm";      }; @@ -56,9 +57,9 @@ let        post-receive = pkgs.git-hooks.irc-announce {          nick = config.networking.hostName;          verbose = config.krebs.build.host.name == "gum"; -        channel = "#retiolum"; +        channel = "#xxx";          # TODO remove the hardcoded hostname -        server = "ni.r"; +        server = "irc.r";        };      };    }; | 
