diff options
Diffstat (limited to 'krebs')
| -rw-r--r-- | krebs/3modules/tinc.nix | 4 | 
1 files changed, 0 insertions, 4 deletions
diff --git a/krebs/3modules/tinc.nix b/krebs/3modules/tinc.nix index 9e0688d75..444436149 100644 --- a/krebs/3modules/tinc.nix +++ b/krebs/3modules/tinc.nix @@ -238,10 +238,6 @@ with import <stockholm/lib>;        description = "Tinc daemon for ${netname}";        after = [ "network.target" ];        wantedBy = [ "multi-user.target" ]; -      path = [ -        cfg.iproutePackage -        cfg.tincPackage -      ];        # Restart the service in a single step in order to prevent potential        # connection timeouts and subsequent issues while deploying via tinc.        stopIfChanged = false;  | 
