1

System: Reformat hardware-configurations

This commit is contained in:
2025-07-22 14:16:17 +02:00
parent 62584588f5
commit e65fbecd3c
4 changed files with 42 additions and 8 deletions

View File

@ -13,10 +13,21 @@
];
boot = {
initrd.availableKernelModules = ["xhci_pci" "ehci_pci" "ahci" "usb_storage" "sd_mod" "rtsx_pci_sdmmc"];
initrd.availableKernelModules = [
"xhci_pci"
"ehci_pci"
"ahci"
"usb_storage"
"sd_mod"
"rtsx_pci_sdmmc"
];
initrd.kernelModules = [];
kernelModules = ["kvm-intel"];
extraModulePackages = with config.boot.kernelPackages; [];
# NOTE: Didn't work with Zen, switched to regular kernel instead
# kernelPatches = [
# {