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