feat: add Coolercontrol application

And related kernel parameter for AMG GPU
This commit is contained in:
Yorick Barbanneau 2024-08-13 23:53:21 +02:00
parent 98ea927cd1
commit 9eb3d122c0

View file

@ -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;
}