Auto-commit: 2026-01-07 08:44:19
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ config, lib, ... }:
|
||||
{
|
||||
config = lib.mkIf config.my.disableAmdBoost {
|
||||
boot.kernelParaks = [ "amd_pstate=disable" ];
|
||||
};
|
||||
systemd.tmpfiles.rules = [
|
||||
lib.optionalString config.my.disableAmdBoost "w /sys/devices/system/cpu/cpufreq/boost - - - - 0"
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user