Auto-commit: 2026-01-07 08:44:19

This commit is contained in:
2026-01-07 08:44:19 +00:00
parent 78522881ad
commit 1b5af5d9e1

View File

@@ -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"
}; ];
} }