Add xpadneo kernel mod

This commit is contained in:
Dave Gallant
2022-07-02 09:05:57 -04:00
parent 2a036479e6
commit f98d6fc4ee
4 changed files with 10 additions and 13 deletions

View File

@@ -10,7 +10,9 @@
boot.initrd.availableKernelModules = ["nvme" "xhci_pci" "ahci" "usb_storage" "usbhid" "sd_mod"];
boot.initrd.kernelModules = [];
boot.kernelModules = ["kvm-amd"];
boot.extraModulePackages = [config.boot.kernelPackages.v4l2loopback.out];
boot.extraModulePackages = with config.boot.kernelPackages; [
xpadneo
];
powerManagement.cpuFreqGovernor = "balanced";