diff options
author | lassulus <lass@aidsballs.de> | 2016-06-26 17:54:30 +0200 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2016-06-26 17:54:30 +0200 |
commit | 8fa2b200aa8ba86fb316a6c538c45877ef510331 (patch) | |
tree | 8c8c6a8c625078fb3f355056917407603c296315 /lass | |
parent | 16b639e50ad2c2cbf33a545f244fb65d28e2f292 (diff) |
l 2 repo-sync: don't sync on umts
Diffstat (limited to 'lass')
-rw-r--r-- | lass/2configs/repo-sync.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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") |