This commit is contained in:
Filippo Berto 2026-02-09 21:12:54 +01:00
parent ec87087f0a
commit 6e3dab053f
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
2 changed files with 5 additions and 9 deletions

View file

@ -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" ];