ops/nixos/common: give up and set wait-online.anyInterface=true by default

This commit is contained in:
Luke Granger-Brown 2023-10-10 23:31:16 +00:00
parent 3348c34a96
commit 60a49c7037

View file

@ -335,5 +335,9 @@ in
};
system.disableInstallerTools = lib.mkDefault true;
systemd.network.wait-online = {
anyInterface = true;
};
};
}