ops/nixos/common: give up and set wait-online.anyInterface=true by default
This commit is contained in:
parent
3348c34a96
commit
60a49c7037
1 changed files with 4 additions and 0 deletions
|
@ -335,5 +335,9 @@ in
|
|||
};
|
||||
|
||||
system.disableInstallerTools = lib.mkDefault true;
|
||||
|
||||
systemd.network.wait-online = {
|
||||
anyInterface = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue