diff options
-rw-r--r-- | lass/1systems/aergia/physical.nix | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/lass/1systems/aergia/physical.nix b/lass/1systems/aergia/physical.nix index ef62478b4..9f06dccdc 100644 --- a/lass/1systems/aergia/physical.nix +++ b/lass/1systems/aergia/physical.nix @@ -19,11 +19,9 @@ boot.kernelPackages = pkgs.linuxPackages_latest; boot.kernelParams = [ - # use less power with pstate "amd_pstate=passive" - # suspend "resume_offset=178345675" ]; @@ -63,6 +61,14 @@ ]; # corectrl + programs.corectrl = { + enable = true; + gpuOverclock = { + enable = true; + ppfeaturemask = "0xffffffff"; + }; + }; + users.users.mainUser.extraGroups = [ "corectrl" ]; # use newer ryzenadj |