diff options
| author | lassulus <lass@aidsballs.de> | 2016-06-26 18:24:08 +0200 | 
|---|---|---|
| committer | lassulus <lass@aidsballs.de> | 2016-06-26 18:24:08 +0200 | 
| commit | de56a05985a1eda27030b9970473ed8481cfbdbb (patch) | |
| tree | d61ee985f58db241eb192842e5229e884f3fac88 | |
| parent | 13f7ef405bfd84c6f262be6845a0980433b5b773 (diff) | |
l 2 repo-sync: remove broken privateKey definition
| -rw-r--r-- | lass/2configs/repo-sync.nix | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/lass/2configs/repo-sync.nix b/lass/2configs/repo-sync.nix index 821e3bafd..daf55bb95 100644 --- a/lass/2configs/repo-sync.nix +++ b/lass/2configs/repo-sync.nix @@ -76,7 +76,6 @@ let  in {    krebs.repo-sync = {      enable = true; -    privateKeyFile = toString <secrets/repo-sync.key>;      unitConfig.ConditionPathExists = "!/var/run/ppp0.pid";    };    imports = [  | 
