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