summaryrefslogtreecommitdiffstats
path: root/lass/2configs/repo-sync.nix
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2017-10-01 13:35:30 +0200
committerlassulus <lassulus@lassul.us>2017-10-01 13:35:30 +0200
commite1842266b3787337cac76b6d7297fd3186978fd2 (patch)
treec11e183d9c3c430b3616e58efc5d6c0085ad916f /lass/2configs/repo-sync.nix
parenta43efa33f60d36f22f3ea49084d5b7b3ec01828f (diff)
l: #retiolum@ni.r -> #krebs@irc.r
Diffstat (limited to 'lass/2configs/repo-sync.nix')
-rw-r--r--lass/2configs/repo-sync.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/lass/2configs/repo-sync.nix b/lass/2configs/repo-sync.nix
index f0c0ebfee..12a2c0fe8 100644
--- a/lass/2configs/repo-sync.nix
+++ b/lass/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 = [ "newest" ];
};
});