diff --git a/machines/loki/configuration.nix b/machines/loki/configuration.nix index a616e6c..536439d 100644 --- a/machines/loki/configuration.nix +++ b/machines/loki/configuration.nix @@ -79,7 +79,7 @@ networking = { hostName = "loki"; useDHCP = false; - networkmanager.enable = true; + networkmanager.enable = false; useNetworkd = true; hosts = { @@ -137,6 +137,10 @@ systemd.network = { enable = true; + wait-online = { + anyInterface = true; + }; + netdevs = { "10-wghorus" = { netdevConfig = {