summaryrefslogtreecommitdiffstats
path: root/krebs/2configs/repo-sync.nix
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2017-10-01 13:41:41 +0200
committerlassulus <lassulus@lassul.us>2017-10-01 13:41:41 +0200
commit7cdf5705d91e3710ae82bd9cc9843c70130698ce (patch)
treed0df4d835096eb31a10fdf34fb93e7467a6eac62 /krebs/2configs/repo-sync.nix
parente1842266b3787337cac76b6d7297fd3186978fd2 (diff)
#retiolum@ni.r -> #krebs@irc.r
Diffstat (limited to 'krebs/2configs/repo-sync.nix')
-rw-r--r--krebs/2configs/repo-sync.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/krebs/2configs/repo-sync.nix b/krebs/2configs/repo-sync.nix
index b0b0b2f6..9b60dc55 100644
--- a/krebs/2configs/repo-sync.nix
+++ b/krebs/2configs/repo-sync.nix
@@ -15,8 +15,8 @@ let
post-receive = pkgs.git-hooks.irc-announce {
nick = config.networking.hostName;
verbose = false;
- channel = "#retiolum";
- server = "ni.r";
+ channel = "#krebs";
+ server = "irc.r";
branches = [ "master" ];
};
});