summaryrefslogtreecommitdiff
path: root/custom/tinc
diff options
context:
space:
mode:
Diffstat (limited to 'custom/tinc')
-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 1adcbf0a..1602e477 100644
--- a/custom/tinc/def.nix
+++ b/custom/tinc/def.nix
@@ -170,7 +170,7 @@ in
170 Type = "simple"; 170 Type = "simple";
171 PIDFile = "/run/tinc.${network}.pid"; 171 PIDFile = "/run/tinc.${network}.pid";
172 ExecStart = '' 172 ExecStart = ''
173 ${data.package}/bin/tincd -D -L -U tinc.${network} -n ${network} --pidfile /run/tinc.${network}.pid -d ${toString data.debugLevel} 173 ${data.package}/bin/tincd -D -U tinc.${network} -n ${network} --pidfile /run/tinc.${network}.pid -d ${toString data.debugLevel}
174 ''; 174 '';
175 }; 175 };
176 preStart = '' 176 preStart = ''