From 3fe7b0329417a55faeaebaf1d28ae772e6cea89c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 28 Jun 2023 18:38:32 +0200 Subject: prefect: enable AMD P-State control --- system/prefect.nix | 1 + 1 file changed, 1 insertion(+) 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 -- cgit 1.4.1