mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
Slight test speedup
Don't do a pointless ARP check in dhcpcd.
This commit is contained in:
parent
64b968f81f
commit
f7d28f7cd6
2 changed files with 5 additions and 0 deletions
|
@ -399,6 +399,9 @@ in
|
|||
# Wireless won't work in the VM.
|
||||
networking.wireless.enable = mkVMOverride false;
|
||||
|
||||
# Speed up booting by not waiting for ARP.
|
||||
networking.dhcpcd.extraConfig = "noarp";
|
||||
|
||||
system.requiredKernelConfig = with config.lib.kernelConfig;
|
||||
[ (isEnabled "VIRTIO_BLK")
|
||||
(isEnabled "VIRTIO_PCI")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue