2 lass.git-repos: change irc-server to cd

This commit is contained in:
lassulus 2015-07-21 19:14:15 +02:00
parent bf4f2e31d3
commit a1ea09404f

View File

@ -39,7 +39,7 @@ let
post-receive = git.irc-announce { post-receive = git.irc-announce {
nick = config.networking.hostName; # TODO make this the default nick = config.networking.hostName; # TODO make this the default
channel = "#retiolum"; channel = "#retiolum";
server = "ire.retiolum"; server = "cd.retiolum";
}; };
}; };
}; };
@ -63,7 +63,7 @@ let
post-receive = git.irc-announce { post-receive = git.irc-announce {
nick = config.networking.hostName; # TODO make this the default nick = config.networking.hostName; # TODO make this the default
channel = "#retiolum"; channel = "#retiolum";
server = "ire.retiolum"; server = "cd.retiolum";
}; };
}; };
public = true; public = true;