Skip to content

Commit

Permalink
[Backport release-24.05] tailscaled: after NetworkManager-wait-online (
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol authored Oct 5, 2024
2 parents 7fa8476 + ffc03d2 commit fdfdc81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos/modules/services/networking/tailscale.nix
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ in {
environment.systemPackages = [ cfg.package ]; # for the CLI
systemd.packages = [ cfg.package ];
systemd.services.tailscaled = {
after = lib.mkIf (config.networking.networkmanager.enable) [ "NetworkManager-wait-online.service" ];
wantedBy = [ "multi-user.target" ];
path = [
pkgs.procps # for collecting running services (opt-in feature)
Expand Down

0 comments on commit fdfdc81

Please sign in to comment.