diff options
author | tv <tv@krebsco.de> | 2022-03-06 11:35:44 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2022-03-06 17:33:04 +0100 |
commit | f6cba3d856da8a95fcb3b2fd2b932c81ae3cfa9a (patch) | |
tree | b71ee3ed715c223066c4ff4e52ce87d3cc9393df /krebs/3modules | |
parent | 4fa1783c64dccdc7ddc11057894fe44c0b100aaa (diff) |
tinc: drop unused path definition
Diffstat (limited to 'krebs/3modules')
-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; |