summaryrefslogtreecommitdiffstats
path: root/lass/2configs/repo-sync.nix
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/2configs/repo-sync.nix
parent144b18a15c8713314dfce32f719c63dae5fc37bd (diff)
l #krebs@irc.r -> #xxx@irc.r
Diffstat (limited to 'lass/2configs/repo-sync.nix')
-rw-r--r--lass/2configs/repo-sync.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lass/2configs/repo-sync.nix b/lass/2configs/repo-sync.nix
index 12a2c0fe8..f3ef23e67 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" ];
};