diff options
author | lassulus <lass@aidsballs.de> | 2016-06-26 17:54:53 +0200 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2016-06-26 17:54:53 +0200 |
commit | f7820d6f3a4812eddda0c8a6536d525a4206024c (patch) | |
tree | 90fb7f0122ee718d1f6676ac19c5f2b4e742bf2c /lass | |
parent | 8fa2b200aa8ba86fb316a6c538c45877ef510331 (diff) |
l 2 repo-sync: irc-announce only for prism
Diffstat (limited to 'lass')
-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 1d947f8ae..821e3bafd 100644 --- a/lass/2configs/repo-sync.nix +++ b/lass/2configs/repo-sync.nix @@ -48,7 +48,7 @@ let mirror.ref = "heads/newest"; }; }; - krebs.git = defineRepo name true; + krebs.git = defineRepo name (config.networking.hostName == "prism"); }; sync-remote = name: url: @@ -59,7 +59,7 @@ let mirror.url = "${mirror}${name}"; }; }; - krebs.git = defineRepo name true; + krebs.git = defineRepo name (config.networking.hostName == "prism"); }; sync-remote-silent = name: url: |