From f7820d6f3a4812eddda0c8a6536d525a4206024c Mon Sep 17 00:00:00 2001
From: lassulus <lass@aidsballs.de>
Date: Sun, 26 Jun 2016 17:54:53 +0200
Subject: [PATCH] l 2 repo-sync: irc-announce only for prism

---
 lass/2configs/repo-sync.nix | 4 ++--
 1 file 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: