enforce dchp for stress less deployments
This commit is contained in:
parent
53fc0d7660
commit
31e4f14ee6
1 changed files with 1 additions and 0 deletions
|
|
@ -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" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue