Cleanup
This commit is contained in:
parent
ec87087f0a
commit
6e3dab053f
2 changed files with 5 additions and 9 deletions
|
|
@ -6,13 +6,7 @@
|
|||
|
||||
boot = {
|
||||
initrd = {
|
||||
availableKernelModules = [
|
||||
"xhci_pci"
|
||||
"thunderbolt"
|
||||
"nvme"
|
||||
"usb_storage"
|
||||
"sd_mod"
|
||||
];
|
||||
availableKernelModules = [ "xhci_pci" "thunderbolt" "nvme" "usb_storage" "sd_mod" ];
|
||||
kernelModules = [ ];
|
||||
};
|
||||
kernelModules = [ "kvm-intel" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue