chore: update.

This commit is contained in:
CronyAkatsuki 2025-09-03 18:07:08 +02:00
parent 352698c496
commit 1d520a9baa
3 changed files with 50 additions and 49 deletions

View file

@ -135,8 +135,9 @@ in {
config = lib.mkIf config.crony.ryzenadj.enable {
# Add ryzen-smu driver to allow reading values
boot.extraModulePackages = with config.boot.kernelPackages; [ryzen-smu];
boot.kernelParams = ["iomem=relaxed"];
# boot.extraModulePackages = with config.boot.kernelPackages; [ryzen-smu];
# boot.kernelParams = ["iomem=relaxed"];
hardware.cpu.amd.ryzen-smu.enable = true;
# Install ryzenadj globally
environment.systemPackages = with pkgs; [