smaller hardware config
This commit is contained in:
parent
e68bf69975
commit
d80c8b3385
1 changed files with 1 additions and 5 deletions
|
@ -1,8 +1,4 @@
|
||||||
{ config, lib, modulesPath, ... }: {
|
{ config, lib, ... }: {
|
||||||
imports = [
|
|
||||||
(modulesPath + "/installer/scan/not-detected.nix")
|
|
||||||
];
|
|
||||||
|
|
||||||
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usb_storage" "usbhid" "sd_mod" ];
|
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usb_storage" "usbhid" "sd_mod" ];
|
||||||
boot.initrd.kernelModules = [ ];
|
boot.initrd.kernelModules = [ ];
|
||||||
boot.kernelModules = [ "kvm-amd" ];
|
boot.kernelModules = [ "kvm-amd" ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue