mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 00:58:16 +00:00
Add xpadneo kernel mod
This commit is contained in:
@@ -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";
|
||||
|
||||
|
Reference in New Issue
Block a user