Auto-commit: 2026-01-07 08:50:52
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{ config, lib, ... }:
|
||||
{
|
||||
systemd.tmpfiles.rules = [
|
||||
lib.optionalString config.my.disableAmdBoost "w /sys/devices/system/cpu/cpufreq/boost - - - - 0"
|
||||
lib.optionalString config.my.amd.boost.disable "w /sys/devices/system/cpu/cpufreq/boost - - - - 0"
|
||||
"w /sys/devices/system/cpu/cpu*/cpufreq/energy_performance_preference - - - - ${config.my.amd.performancePreference}"
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user