diff options
Diffstat (limited to 'custom/tinc/def.nix')
-rw-r--r-- | custom/tinc/def.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/custom/tinc/def.nix b/custom/tinc/def.nix index 5412826b..8f3ec969 100644 --- a/custom/tinc/def.nix +++ b/custom/tinc/def.nix | |||
@@ -145,10 +145,9 @@ in | |||
145 | Type = "simple"; | 145 | Type = "simple"; |
146 | PIDFile = "/run/tinc.${network}.pid"; | 146 | PIDFile = "/run/tinc.${network}.pid"; |
147 | }; | 147 | }; |
148 | preStart = '' | ||
149 | ${pkgs.openresolv}/bin/resolvconf -d tinc.${network} || true | ||
150 | ''; | ||
151 | preStart = '' | 148 | preStart = '' |
149 | ${pkgs.openresolv}/bin/resolvconf -d tinc.${network} | ||
150 | |||
152 | mkdir -p /etc/tinc/${network}/hosts | 151 | mkdir -p /etc/tinc/${network}/hosts |
153 | 152 | ||
154 | # Determine how we should generate our keys | 153 | # Determine how we should generate our keys |