Restart tailscale after NetworkManager-wait-online to work around rebuild hang.
This commit is contained in:
parent
de652fc2ce
commit
37e9536fb5
1 changed files with 9 additions and 2 deletions
|
@ -1,5 +1,12 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
services.tailscale.enable = true;
|
||||
}
|
||||
# See https://github.com/NixOS/nixpkgs/issues/180175#issuecomment-2541381489
|
||||
systemd.services.tailscaled.after = [ "systemd-networkd-wait-online.service" ];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue