monitor: fix wait for tailscale interface
This commit is contained in:
parent
3247d1edec
commit
bc55ae7b8b
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ in
|
|||
++ (lib.optional config.services.caddy.enable "caddy.service");
|
||||
|
||||
systemd.services.tailscaled.serviceConfig.ExecStartPost =
|
||||
pkgs.writers.writePython3Bin "tailscale-wait-online"
|
||||
pkgs.writers.writePython3 "tailscale-wait-online"
|
||||
{
|
||||
flakeIgnore = [
|
||||
"E401" # import on one line
|
||||
|
|
Loading…
Add table
Reference in a new issue