mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-08 09:17:23 +08:00
Workaround a NetworkManager issue on switch
https://github.com/NixOS/nixpkgs/issues/180175
This commit is contained in:
parent
4d30d7442b
commit
6574f7216e
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue