Auto-commit: 2026-01-07 13:03:05

This commit is contained in:
2026-01-07 13:03:05 +00:00
parent 9eecf8dd33
commit 66f2bc265a

View File

@@ -0,0 +1,8 @@
{ config, lib, ... }:
{
systemd.tmpfiles.rules = [
"w /sys/devices/system/cpu/cpu*/cpufreq/energy_performance_preference - - - - ${config.my.amd.performancePreference}"
]
++ lib.optionals config.my.amd.boost.disable
[ "w /sys/devices/system/cpu/cpufreq/boost - - - - 0" ];
}