forked from poz/niksos
13 lines
306 B
Nix
13 lines
306 B
Nix
_: {
|
|
hardware.cpu.amd.updateMicrocode = true;
|
|
|
|
boot.initrd.kernelModules = [ "amdgpu" ];
|
|
|
|
# services.auto-epp = {
|
|
# enable = true;
|
|
# settings.Settings = {
|
|
# epp_state_for_AC = "performance";
|
|
# epp_state_for_BAT = "balance_power";
|
|
# };
|
|
# };
|
|
}
|