nixos/tuwunel: set systemd service type to notify

tuwunel uses service manager notification to signal readiness and allow
configuration reloading.
This commit is contained in:
Mikael Voss
2026-01-21 17:52:57 +01:00
parent f999f0c973
commit ac2a607d71
@@ -216,6 +216,8 @@ in
startLimitBurst = 5;
startLimitIntervalSec = 60;
serviceConfig = {
Type = "notify";
DynamicUser = true;
User = cfg.user;
Group = cfg.group;