tailscale: Add restart triggers

This commit is contained in:
SebastianStork 2025-09-17 22:34:47 +02:00
parent 7edd02884e
commit 4f0fea5461
10 changed files with 32 additions and 11 deletions

View file

@ -31,7 +31,7 @@ in
cfg.networks
|> lib.map (name: {
name = "iwd/${name}";
value = { };
value.restartUnits = [ "iwd.service" ];
})
|> lib.listToAttrs;