summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2022-03-06 11:35:44 +0100
committertv <tv@krebsco.de>2022-03-06 17:33:04 +0100
commitf6cba3d856da8a95fcb3b2fd2b932c81ae3cfa9a (patch)
treeb71ee3ed715c223066c4ff4e52ce87d3cc9393df
parent4fa1783c64dccdc7ddc11057894fe44c0b100aaa (diff)
tinc: drop unused path definition
-rw-r--r--krebs/3modules/tinc.nix4
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;