Enable networkmanager-wait-online

This commit is contained in:
Dave Gallant
2023-11-18 22:15:51 -05:00
parent 4141d91a5d
commit 5a93ec2250

View File

@@ -6,9 +6,6 @@
system.autoUpgrade.enable = true;
# See: https://github.com/NixOS/nixpkgs/issues/180175
systemd.services.NetworkManager-wait-online.enable = false;
systemd.services.systemd-resolved.enable = true;
systemd.services.tailscaled.after = ["network-online.target" "systemd-resolved.service"];
nix.extraOptions = "experimental-features = nix-command flakes";