summaryrefslogtreecommitdiffstats
path: root/krebs/2configs/repo-sync.nix
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2017-10-01 14:26:12 +0200
committerlassulus <lassulus@lassul.us>2017-10-01 14:26:12 +0200
commitcf62603b129ff4afad5fac4789ee98d1beddda3b (patch)
tree80d66ac000ad36fc0c754bfe3ff675bcaeb5d97f /krebs/2configs/repo-sync.nix
parentf0053f2dca7b5089aa7f22fb09d9cf2109b5835a (diff)
#krebs@irc.r -> #xxx@irc.r
Diffstat (limited to 'krebs/2configs/repo-sync.nix')
-rw-r--r--krebs/2configs/repo-sync.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/2configs/repo-sync.nix b/krebs/2configs/repo-sync.nix
index 9b60dc55..84b7d9c0 100644
--- a/krebs/2configs/repo-sync.nix
+++ b/krebs/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 = [ "master" ];
};