#retiolum@ni.r -> #krebs@irc.r

This commit is contained in:
lassulus 2017-10-01 13:41:41 +02:00
parent e1842266b3
commit 7cdf5705d9
3 changed files with 6 additions and 6 deletions

View File

@ -15,8 +15,8 @@ let
post-receive = pkgs.git-hooks.irc-announce {
nick = config.networking.hostName;
verbose = false;
channel = "#retiolum";
server = "ni.r";
channel = "#krebs";
server = "irc.r";
branches = [ "master" ];
};
});

View File

@ -35,7 +35,7 @@ in {
irc = {
# TODO rename channel to target?
channel = mkOption {
default = "#retiolum";
default = "#krebs";
type = types.str; # TODO types.irc-channel
};
nick = mkOption {
@ -47,7 +47,7 @@ in {
type = types.int;
};
server = mkOption {
default = "ni.r";
default = "irc.r";
type = types.hostname;
};
};

View File

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