diff --git a/modules/core/networking.nix b/modules/core/networking.nix index f5bd201d..44c3fe0e 100644 --- a/modules/core/networking.nix +++ b/modules/core/networking.nix @@ -31,7 +31,7 @@ in { config = { # disable NetworkManager and systemd-networkd -wait-online by default systemd.services.NetworkManager-wait-online.enable = lib.mkDefault false; - systemd.services.systemd-networkd-wait-online.enable = lib.mkDefault false; + systemd.network.wait-online.anyInterface = lib.mkDefault true; networking.networkmanager = { # Enable networkmanager. REMEMBER to add yourself to group in order to use nm related stuff.