diff --git a/2configs/git/cgit-retiolum.nix b/2configs/git/cgit-retiolum.nix index 5143ca5..68fd976 100644 --- a/2configs/git/cgit-retiolum.nix +++ b/2configs/git/cgit-retiolum.nix @@ -43,7 +43,7 @@ let hooks = { post-receive = pkgs.git-hooks.irc-announce { nick = config.networking.hostName; - verbose = config.krebs.build.host.name == "pnp"; + verbose = config.krebs.build.host.name == "gum"; channel = "#retiolum"; # TODO remove the hardcoded hostname server = "cd.retiolum";