diff --git a/hosts/tkaronto/modules/tlp.nix b/hosts/tkaronto/modules/tlp.nix new file mode 100644 index 0000000..6f2e95c --- /dev/null +++ b/hosts/tkaronto/modules/tlp.nix @@ -0,0 +1,12 @@ +{ + services.tlp = { + enable = true; + settings = { + RADEON_DPM_PERF_LEVEL_ON_AC = "auto"; + RADEON_DPM_PERF_LEVEL_ON_BAT = "low"; + RADEON_DPM_STATE_ON_AC = "performance"; + RADEON_DPM_STATE_ON_BAT = "battery"; + NMI_WATCHDOG = 0; + }; + }; +}