this is a useless description

This commit is contained in:
Ranomier 2024-10-31 20:44:09 +01:00
parent 70ebb4de20
commit 11a3d309ba
7 changed files with 126 additions and 18 deletions

View file

@ -12,7 +12,7 @@
(modulesPath + "/installer/scan/not-detected.nix")
];
boot.initrd.availableKernelModules = ["nvme" "ehci_pci" "xhci_pci" "usb_storage" "sd_mod" "rtsx_pci_sdmmc"];
boot.initrd.availableKernelModules = ["nvme" "ehci_pci" "xhci_pci" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ];
boot.initrd.kernelModules = [];
boot.kernelModules = ["kvm-amd"];
boot.extraModulePackages = [];
@ -40,6 +40,7 @@
#boot.blacklistedKernelModules = [ "acpi-cpufreq" ];
boot.kernelParams = [
"amd_pstate=active"
"usbcore.autosuspend=-1"
];
#services.auto-epp.enable = true;