diff --git a/machines/fuuko/hardware-configuration.nix b/machines/fuuko/hardware-configuration.nix index 1426add..03b2c0f 100644 --- a/machines/fuuko/hardware-configuration.nix +++ b/machines/fuuko/hardware-configuration.nix @@ -95,4 +95,6 @@ }; }; services.resolved.enable = false; + + systemd.network.wait-online.extraArgs = [ "-i" "eno1" ]; }