summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2023-06-28 18:38:32 +0200
committerAlan Pearce2023-06-28 18:38:32 +0200
commit3fe7b0329417a55faeaebaf1d28ae772e6cea89c (patch)
tree3de285be90c3a8e65c315ae1ac320a5519d00fc6
parent5f4b83d79170c1867d53cc27028691edf16bb918 (diff)
downloadnixfiles-3fe7b0329417a55faeaebaf1d28ae772e6cea89c.tar.lz
nixfiles-3fe7b0329417a55faeaebaf1d28ae772e6cea89c.tar.zst
nixfiles-3fe7b0329417a55faeaebaf1d28ae772e6cea89c.zip
prefect: enable AMD P-State control
-rw-r--r--system/prefect.nix1
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