enforce dchp for stress less deployments

This commit is contained in:
arouzing 2023-02-02 18:16:56 -05:00
parent 53fc0d7660
commit 31e4f14ee6

View file

@ -5,6 +5,7 @@
imports =
[ (modulesPath + "/installer/scan/not-detected.nix")
];
networking.useDHCP = true;
# boot.initrd.availableKernelModules = [ "uhci_hcd" "ehci_pci" "ahci" "usbhid" "sd_mod" "sdhci_pci" ];
# boot.initrd.kernelModules = [ "dm-snapshot" ];
# boot.kernelModules = [ "kvm-intel" "wl" ];