Don't wait until timeout on systemd-networkd-wait-online
I believe this is caused by having a number of virtual interfaces from OCI containers and the system wants to see them all online before considering networkd online
This commit is contained in:
parent
2e07572759
commit
1f663c3e42
1 changed files with 4 additions and 1 deletions
|
|
@ -19,7 +19,10 @@
|
|||
networking.useNetworkd = true;
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
services.swapspace.enable = true;
|
||||
systemd.network.enable = true;
|
||||
systemd.network = {
|
||||
enable = true;
|
||||
wait-online.anyInterface = true;
|
||||
};
|
||||
time.timeZone = "UTC";
|
||||
zramSwap.enable = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue