diff options
author | lassulus <lassulus@lassul.us> | 2017-10-01 13:35:30 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2017-10-01 13:35:30 +0200 |
commit | e1842266b3787337cac76b6d7297fd3186978fd2 (patch) | |
tree | c11e183d9c3c430b3616e58efc5d6c0085ad916f /lass/2configs/repo-sync.nix | |
parent | a43efa33f60d36f22f3ea49084d5b7b3ec01828f (diff) |
l: #retiolum@ni.r -> #krebs@irc.r
Diffstat (limited to 'lass/2configs/repo-sync.nix')
-rw-r--r-- | lass/2configs/repo-sync.nix | 4 |
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" ]; }; }); |