mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 01:29:24 +08:00
remove cpupower
This commit is contained in:
@@ -10,7 +10,6 @@ inputs:
|
||||
"usb_storage" "virtio_blk" "virtio_pci" "xhci_pci"
|
||||
];
|
||||
kernelModules = [ "kvm-intel" ];
|
||||
extraModulePackages = with inputs.config.boot.kernelPackages; [ cpupower ];
|
||||
extraModprobeConfig = "options kvm_intel nested=1";
|
||||
kernelParams = [ "delayacct" "acpi_osi=Linux" "resume_offset=19145984" ];
|
||||
resumeDevice = "/dev/mapper/root";
|
||||
|
||||
Reference in New Issue
Block a user