ma: #retiolum -> #xxx
This commit is contained in:
parent
0fe3f562d7
commit
b01385c974
@ -38,7 +38,7 @@
|
|||||||
REAKTOR_HOST = "irc.r";
|
REAKTOR_HOST = "irc.r";
|
||||||
};
|
};
|
||||||
plugins = with pkgs.ReaktorPlugins; [ stockholm-issue nixos-version sed-plugin ];
|
plugins = with pkgs.ReaktorPlugins; [ stockholm-issue nixos-version sed-plugin ];
|
||||||
channels = [ "#retiolum" ];
|
channels = [ "#xxx" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
krebs.build.host = config.krebs.hosts.pnp;
|
krebs.build.host = config.krebs.hosts.pnp;
|
||||||
|
@ -19,7 +19,7 @@ let
|
|||||||
post-receive = pkgs.git-hooks.irc-announce {
|
post-receive = pkgs.git-hooks.irc-announce {
|
||||||
nick = config.networking.hostName;
|
nick = config.networking.hostName;
|
||||||
verbose = true;
|
verbose = true;
|
||||||
channel = "#retiolum";
|
channel = "#xxx";
|
||||||
# TODO remove the hardcoded hostname
|
# TODO remove the hardcoded hostname
|
||||||
server = "irc.r";
|
server = "irc.r";
|
||||||
};
|
};
|
||||||
|
@ -57,7 +57,7 @@ let
|
|||||||
post-receive = pkgs.git-hooks.irc-announce {
|
post-receive = pkgs.git-hooks.irc-announce {
|
||||||
nick = config.networking.hostName;
|
nick = config.networking.hostName;
|
||||||
verbose = config.krebs.build.host.name == "gum";
|
verbose = config.krebs.build.host.name == "gum";
|
||||||
channel = "#retiolum";
|
channel = "#xxx";
|
||||||
# TODO remove the hardcoded hostname
|
# TODO remove the hardcoded hostname
|
||||||
server = "irc.r";
|
server = "irc.r";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user