fixed netbird tailscale startup order
This commit is contained in:
parent
61e545dcd5
commit
29b9727084
1 changed files with 5 additions and 0 deletions
|
|
@ -14,6 +14,11 @@
|
|||
ui.enable = true;
|
||||
};
|
||||
|
||||
systemd.services.tailscaled = {
|
||||
after = [ "netbird.service" "network-online.target" ];
|
||||
wants = [ "netbird.service" "network-online.target" ];
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# networkmanager
|
||||
dnsutils
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue