From 8fa2b200aa8ba86fb316a6c538c45877ef510331 Mon Sep 17 00:00:00 2001
From: lassulus <lass@aidsballs.de>
Date: Sun, 26 Jun 2016 17:54:30 +0200
Subject: [PATCH] l 2 repo-sync: don't sync on umts

---
 lass/2configs/repo-sync.nix | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lass/2configs/repo-sync.nix b/lass/2configs/repo-sync.nix
index aaeae7b73..1d947f8ae 100644
--- a/lass/2configs/repo-sync.nix
+++ b/lass/2configs/repo-sync.nix
@@ -77,6 +77,7 @@ in {
   krebs.repo-sync = {
     enable = true;
     privateKeyFile = toString <secrets/repo-sync.key>;
+    unitConfig.ConditionPathExists = "!/var/run/ppp0.pid";
   };
   imports = [
     (sync-remote "array" "https://github.com/makefu/array")