From e5f24b96d5e2b05384d2caca966508d439f4765a Mon Sep 17 00:00:00 2001 From: makefu <github@syntax-fehler.de> Date: Sun, 1 Oct 2017 14:28:34 +0200 Subject: [PATCH] ma: #retiolum -> #xxx --- 1systems/pnp/config.nix | 2 +- 2configs/git/brain-retiolum.nix | 2 +- 2configs/git/cgit-retiolum.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/1systems/pnp/config.nix b/1systems/pnp/config.nix index 47fa74c..6c9fc06 100644 --- a/1systems/pnp/config.nix +++ b/1systems/pnp/config.nix @@ -38,7 +38,7 @@ REAKTOR_HOST = "irc.r"; }; plugins = with pkgs.ReaktorPlugins; [ stockholm-issue nixos-version sed-plugin ]; - channels = [ "#retiolum" ]; + channels = [ "#xxx" ]; }; krebs.build.host = config.krebs.hosts.pnp; diff --git a/2configs/git/brain-retiolum.nix b/2configs/git/brain-retiolum.nix index b913f30..3be3fcc 100644 --- a/2configs/git/brain-retiolum.nix +++ b/2configs/git/brain-retiolum.nix @@ -19,7 +19,7 @@ let post-receive = pkgs.git-hooks.irc-announce { nick = config.networking.hostName; verbose = true; - channel = "#retiolum"; + channel = "#xxx"; # TODO remove the hardcoded hostname server = "irc.r"; }; diff --git a/2configs/git/cgit-retiolum.nix b/2configs/git/cgit-retiolum.nix index 5d46cab..ed890fe 100644 --- a/2configs/git/cgit-retiolum.nix +++ b/2configs/git/cgit-retiolum.nix @@ -57,7 +57,7 @@ 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 = "irc.r"; };