summaryrefslogtreecommitdiffstats
path: root/lass
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2016-06-26 17:54:30 +0200
committerlassulus <lass@aidsballs.de>2016-06-26 17:54:30 +0200
commit8fa2b200aa8ba86fb316a6c538c45877ef510331 (patch)
tree8c8c6a8c625078fb3f355056917407603c296315 /lass
parent16b639e50ad2c2cbf33a545f244fb65d28e2f292 (diff)
l 2 repo-sync: don't sync on umts
Diffstat (limited to 'lass')
-rw-r--r--lass/2configs/repo-sync.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/lass/2configs/repo-sync.nix b/lass/2configs/repo-sync.nix
index aaeae7b7..1d947f8a 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")