From 54f2f0abba433767e48573f26d77154fc27a2a2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Schr=C3=B6ter?= Date: Tue, 14 Mar 2023 13:47:39 +0100 Subject: [PATCH] feat(home-pc): enable amd-pstate --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 796d801..6a1a094 100644 --- a/flake.nix +++ b/flake.nix @@ -111,7 +111,7 @@ nixpkgs.nixosModules.notDetected nixos-hardware.nixosModules.common-pc nixos-hardware.nixosModules.common-pc-ssd - nixos-hardware.nixosModules.common-cpu-amd + nixos-hardware.nixosModules.common-cpu-amd-pstate nixos-hardware.nixosModules.common-gpu-amd (lib.createSystem "home-pc" { hardwareConfig = ./hardware/home-pc.nix;