Skip to content

Commit

Permalink
Workaround a NetworkManager issue on switch
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Oct 22, 2024
1 parent ca462f3 commit a447084
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configurations/nixos/vixen/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,8 @@ in
services.tailscale.enable = true;

programs.nix-ld.enable = true; # for vscode server

# Workaround the annoying `Failed to start Network Manager Wait Online` error on switch.
# https://github.com/NixOS/nixpkgs/issues/180175
systemd.services.NetworkManager-wait-online.enable = false;
}

0 comments on commit a447084

Please sign in to comment.