diff options
author | lassulus <lassulus@lassul.us> | 2017-10-03 23:53:53 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2017-10-03 23:53:53 +0200 |
commit | 36fa4bf032ff4ee414fa4f26d70638f94772e6f3 (patch) | |
tree | d8293fb8b81ab5476b8510d5774873a35c0a04d1 /tv/2configs | |
parent | 387bf34e82a5cb5cf82288cf3c58fff5b1bb4ce5 (diff) | |
parent | 213356531dd1ba8c807ae90fc85a92ebbc301be0 (diff) |
Merge remote-tracking branch 'ni/master'
Diffstat (limited to 'tv/2configs')
-rw-r--r-- | tv/2configs/br.nix | 1 | ||||
-rw-r--r-- | tv/2configs/gitrepos.nix | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/tv/2configs/br.nix b/tv/2configs/br.nix index c7eb20e90..d660ebc35 100644 --- a/tv/2configs/br.nix +++ b/tv/2configs/br.nix @@ -45,5 +45,4 @@ with import <stockholm/lib>; ]; }; - systemd.services.cups.serviceConfig.PrivateTmp = true; } diff --git a/tv/2configs/gitrepos.nix b/tv/2configs/gitrepos.nix index bbb1d4128..2c4b4868e 100644 --- a/tv/2configs/gitrepos.nix +++ b/tv/2configs/gitrepos.nix @@ -100,7 +100,7 @@ let { ); irc-announce = args: pkgs.git-hooks.irc-announce (recursiveUpdate { - channel = "#krebs"; + channel = "#xxx"; # TODO make nick = config.krebs.build.host.name the default nick = config.krebs.build.host.name; server = "irc.r"; |