diff --git a/modules/common/linux.nix b/modules/common/linux.nix index 9113fae..3877ca2 100644 --- a/modules/common/linux.nix +++ b/modules/common/linux.nix @@ -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";