1
0
Fork 0

modules/rpi-netboot: work around long stp forward delays in some switches

This commit is contained in:
Astro 2022-09-16 23:13:31 +02:00
parent 933014cee2
commit 3a85bcf059
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@
network = {
enable = true;
flushBeforeStage2 = false;
# DHCP: 120 tries every 1 second
udhcpc.extraArgs = [ "-t" "120" "-T" "1" ];
};
supportedFilesystems = lib.mkForce [
"nfs"