From f6cba3d856da8a95fcb3b2fd2b932c81ae3cfa9a Mon Sep 17 00:00:00 2001 From: tv Date: Sun, 6 Mar 2022 11:35:44 +0100 Subject: tinc: drop unused path definition --- krebs/3modules/tinc.nix | 4 ---- 1 file changed, 4 deletions(-) (limited to 'krebs/3modules') diff --git a/krebs/3modules/tinc.nix b/krebs/3modules/tinc.nix index 9e0688d7..44443614 100644 --- a/krebs/3modules/tinc.nix +++ b/krebs/3modules/tinc.nix @@ -238,10 +238,6 @@ with import ; 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; -- cgit v1.2.3