hosts/helios: hardware tweaks
Some checks failed
Check flake / build-amd64-linux (push) Failing after 1m45s
Some checks failed
Check flake / build-amd64-linux (push) Failing after 1m45s
Remove blacklisting of amdgpu module Add cpu frequency governor
This commit is contained in:
@ -22,13 +22,14 @@
|
||||
];
|
||||
initrd.kernelModules = [ ];
|
||||
initrd.supportedFilesystems = [ "zfs" ];
|
||||
blacklistedKernelModules = [ "amdgpu" ];
|
||||
kernelModules = [ "kvm-intel" ];
|
||||
kernelParams = [ "elevator=none" ];
|
||||
extraModulePackages = [ ];
|
||||
supportedFilesystems = [ "zfs" ];
|
||||
};
|
||||
|
||||
powerManagement.cpuFreqGovernor = "schedutil";
|
||||
|
||||
fileSystems."/" = {
|
||||
device = "rpool/system/root";
|
||||
fsType = "zfs";
|
||||
|
Reference in New Issue
Block a user