summaryrefslogtreecommitdiff
path: root/custom
diff options
context:
space:
mode:
Diffstat (limited to 'custom')
-rw-r--r--custom/tinc/def.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/tinc/def.nix b/custom/tinc/def.nix
index 48b12505..1adcbf0a 100644
--- a/custom/tinc/def.nix
+++ b/custom/tinc/def.nix
@@ -152,7 +152,7 @@ in
152 152
153 case "''${2}" in 153 case "''${2}" in
154 (?(vpn-)up) 154 (?(vpn-)up)
155 systemctl --signal=ALRM --kill-who=main kill "tinc.${network}.service" 155 ${pkgs.systemd}/bin/systemctl --signal=ALRM --kill-who=main kill "tinc.${network}.service"
156 ;; 156 ;;
157 esac 157 esac
158 ''; 158 '';