all repos — nixfiles @ 3fe7b0329417a55faeaebaf1d28ae772e6cea89c

System and user configuration, managed by nix and home-manager

prefect: enable AMD P-State control
Alan Pearce alan@alanpearce.eu
Wed, 28 Jun 2023 18:38:32 +0200
commit

3fe7b0329417a55faeaebaf1d28ae772e6cea89c

parent

5f4b83d79170c1867d53cc27028691edf16bb918

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M system/prefect.nixsystem/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