Auto-commit: 2026-01-07 08:50:05

This commit is contained in:
2026-01-07 08:50:05 +00:00
parent 2a1e72ec02
commit 89e585b0ba

6
modules/core/amd-cpu.nix Normal file
View File

@@ -0,0 +1,6 @@
{ config, lib, ... }:
{
systemd.tmpfiles.rules = [
lib.optionalString config.my.disableAmdBoost "w /sys/devices/system/cpu/cpufreq/boost - - - - 0"
];
}