From 5a93ec2250289076253abd4eb5f0da55a1e80a1e Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Sat, 18 Nov 2023 22:15:51 -0500 Subject: [PATCH] Enable networkmanager-wait-online --- modules/common/linux.nix | 3 --- 1 file changed, 3 deletions(-) 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";