#krebs@irc.r -> #xxx@irc.r

This commit is contained in:
lassulus 2017-10-01 14:26:12 +02:00
parent f0053f2dca
commit cf62603b12
3 changed files with 3 additions and 3 deletions

View File

@ -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" ];
};

View File

@ -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 {

View File

@ -134,7 +134,7 @@ in
enable = true;
nick = "build|${hostname}";
server = "irc.r";
channels = [ "krebs" "noise" ];
channels = [ "xxx" "noise" ];
allowForce = true;
};
extraConfig = ''