summaryrefslogtreecommitdiffstats
path: root/lass
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2017-10-01 14:21:34 +0200
committerlassulus <lassulus@lassul.us>2017-10-01 14:21:34 +0200
commitf0053f2dca7b5089aa7f22fb09d9cf2109b5835a (patch)
tree588195742f780a6865362744ea4079ce28baf9f1 /lass
parent144b18a15c8713314dfce32f719c63dae5fc37bd (diff)
l #krebs@irc.r -> #xxx@irc.r
Diffstat (limited to 'lass')
-rw-r--r--lass/2configs/git.nix4
-rw-r--r--lass/2configs/reaktor-retiolum.nix2
-rw-r--r--lass/2configs/repo-sync.nix2
3 files changed, 4 insertions, 4 deletions
diff --git a/lass/2configs/git.nix b/lass/2configs/git.nix
index 91318b53..4a2199b3 100644
--- a/lass/2configs/git.nix
+++ b/lass/2configs/git.nix
@@ -77,7 +77,7 @@ let
post-receive = pkgs.git-hooks.irc-announce {
# TODO make nick = config.krebs.build.host.name the default
nick = config.krebs.build.host.name;
- channel = "#krebs";
+ channel = "#xxx";
server = "irc.r";
verbose = config.krebs.build.host.name == "prism";
# TODO define branches in some kind of option per repo
@@ -98,7 +98,7 @@ let
post-receive = pkgs.git-hooks.irc-announce {
# TODO make nick = config.krebs.build.host.name the default
nick = config.krebs.build.host.name;
- channel = "#krebs";
+ channel = "#xxx";
server = "irc.r";
verbose = true;
# TODO define branches in some kind of option per repo
diff --git a/lass/2configs/reaktor-retiolum.nix b/lass/2configs/reaktor-retiolum.nix
index 0ec82552..144b7d48 100644
--- a/lass/2configs/reaktor-retiolum.nix
+++ b/lass/2configs/reaktor-retiolum.nix
@@ -4,7 +4,7 @@ with import <stockholm/lib>;
{
krebs.Reaktor.retiolum = {
nickname = "Reaktor|lass";
- channels = [ "#krebs" ];
+ channels = [ "#xxx" ];
extraEnviron = {
REAKTOR_HOST = "irc.r";
};
diff --git a/lass/2configs/repo-sync.nix b/lass/2configs/repo-sync.nix
index 12a2c0fe..f3ef23e6 100644
--- a/lass/2configs/repo-sync.nix
+++ b/lass/2configs/repo-sync.nix
@@ -15,7 +15,7 @@ let
post-receive = pkgs.git-hooks.irc-announce {
nick = config.networking.hostName;
verbose = false;
- channel = "#krebs";
+ channel = "#xxx";
server = "irc.r";
branches = [ "newest" ];
};