monolith: install zenpower kernel module

This commit is contained in:
Leonardo Eugênio 2023-11-28 12:01:23 -03:00
parent 82db6d783d
commit 4de9729c8f

View file

@ -10,10 +10,15 @@ in
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
boot.initrd.availableKernelModules =
[ "nvme" "xhci_pci" "ahci" "usb_storage" "usbhid" "sd_mod" ];
boot.extraModulePackages = with config.boot.kernelPackages; [
zenpower
];
boot.initrd.kernelModules = [ "amdgpu" ];
boot.kernelModules = [
"kvm-amd"
"amdgpu"
"zenpower"
];
boot.kernelParams = [
"video=DP-1:1920x1080@144"