#retiolum@ni.r -> #krebs@irc.r
This commit is contained in:
parent
e1842266b3
commit
7cdf5705d9
@ -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" ];
|
||||
};
|
||||
});
|
||||
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user