diff options
author | Alan Pearce | 2023-06-28 18:38:32 +0200 |
---|---|---|
committer | Alan Pearce | 2023-06-28 18:38:32 +0200 |
commit | 3fe7b0329417a55faeaebaf1d28ae772e6cea89c (patch) | |
tree | 3de285be90c3a8e65c315ae1ac320a5519d00fc6 | |
parent | 5f4b83d79170c1867d53cc27028691edf16bb918 (diff) | |
download | nixfiles-3fe7b0329417a55faeaebaf1d28ae772e6cea89c.tar.lz nixfiles-3fe7b0329417a55faeaebaf1d28ae772e6cea89c.tar.zst nixfiles-3fe7b0329417a55faeaebaf1d28ae772e6cea89c.zip |
prefect: enable AMD P-State control
-rw-r--r-- | system/prefect.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/prefect.nix b/system/prefect.nix index 3a623b23..674b5308 100644 --- a/system/prefect.nix +++ b/system/prefect.nix @@ -8,6 +8,7 @@ imports = [ (nixos-hardware + "/common/pc/ssd") (nixos-hardware + "/common/cpu/amd") + (nixos-hardware + "/common/cpu/amd/pstate.nix") ./settings/base.nix ./settings/configuration/berlin.nix |