feat: add Coolercontrol application
And related kernel parameter for AMG GPU
This commit is contained in:
parent
98ea927cd1
commit
9eb3d122c0
1 changed files with 5 additions and 0 deletions
|
@ -24,6 +24,10 @@
|
|||
"kvm-amd"
|
||||
"amdgpu"
|
||||
];
|
||||
|
||||
boot.kernelParams = [
|
||||
"amdgpu.ppfeaturemask=0xffffffff"
|
||||
];
|
||||
|
||||
boot.extraModulePackages = [ ];
|
||||
boot.initrd.luks.devices."nixos".device = "/dev/disk/by-uuid/ea7fa60d-35e5-48b8-95d7-142f37b262cd";
|
||||
|
@ -69,4 +73,5 @@
|
|||
};
|
||||
hardware.bluetooth.enable = true;
|
||||
hardware.xpadneo.enable = true;
|
||||
programs.coolercontrol.enable = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue