diff options
| author | nin <nineinchnade@gmail.com> | 2017-10-17 19:54:15 +0200 |
|---|---|---|
| committer | nin <nineinchnade@gmail.com> | 2017-10-17 19:54:15 +0200 |
| commit | d22de8bfd2e86e2491be0d8fdb6911a07b69872b (patch) | |
| tree | abc52d24c500591c0f35bbb50cb2daba11759ba3 /tv/2configs/gitrepos.nix | |
| parent | 93d67cfb618d8f8aff014ecbd6abbf9325cb5f84 (diff) | |
| parent | 99f5c3bbe1d601be84f40d777885dcc6887382ff (diff) | |
Merge remote-tracking branch 'temp/master'
Diffstat (limited to 'tv/2configs/gitrepos.nix')
| -rw-r--r-- | tv/2configs/gitrepos.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tv/2configs/gitrepos.nix b/tv/2configs/gitrepos.nix index b6480f3..2c4b486 100644 --- a/tv/2configs/gitrepos.nix +++ b/tv/2configs/gitrepos.nix @@ -100,10 +100,10 @@ let { ); irc-announce = args: pkgs.git-hooks.irc-announce (recursiveUpdate { - channel = "#retiolum"; + channel = "#xxx"; # TODO make nick = config.krebs.build.host.name the default nick = config.krebs.build.host.name; - server = "ni.r"; + server = "irc.r"; verbose = true; } args); |
