Skip to content

Commit

Permalink
Enable AMD overclocking
Browse files Browse the repository at this point in the history
  • Loading branch information
joinemm committed Oct 15, 2024
1 parent 902a464 commit 3a7e963
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hosts/rome/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,12 @@
"share".enable = true;
};

# overclocking
boot.kernelParams = [ "amdgpu.ppfeaturemask=0xfffd7fff" ];
environment.systemPackages = with pkgs; [ lact ];
systemd.packages = with pkgs; [ lact ];
systemd.services.lact.enable = true;

# extra home-manager configuration
home-manager.users."${user.name}" = { };
}

0 comments on commit 3a7e963

Please sign in to comment.