#krebs@irc.r -> #xxx@irc.r
This commit is contained in:
parent
f0053f2dca
commit
cf62603b12
@ -15,7 +15,7 @@ let
|
||||
post-receive = pkgs.git-hooks.irc-announce {
|
||||
nick = config.networking.hostName;
|
||||
verbose = false;
|
||||
channel = "#krebs";
|
||||
channel = "#xxx";
|
||||
server = "irc.r";
|
||||
branches = [ "master" ];
|
||||
};
|
||||
|
@ -35,7 +35,7 @@ in {
|
||||
irc = {
|
||||
# TODO rename channel to target?
|
||||
channel = mkOption {
|
||||
default = "#krebs";
|
||||
default = "#xxx";
|
||||
type = types.str; # TODO types.irc-channel
|
||||
};
|
||||
nick = mkOption {
|
||||
|
@ -134,7 +134,7 @@ in
|
||||
enable = true;
|
||||
nick = "build|${hostname}";
|
||||
server = "irc.r";
|
||||
channels = [ "krebs" "noise" ];
|
||||
channels = [ "xxx" "noise" ];
|
||||
allowForce = true;
|
||||
};
|
||||
extraConfig = ''
|
||||
|
Loading…
Reference in New Issue
Block a user