From 2830d7b670a4b56bf80ff37c43d6315942bc82ef Mon Sep 17 00:00:00 2001 From: Julian Sutter Date: Mon, 10 Nov 2025 11:16:02 -0800 Subject: [PATCH] update framework to ai 300 processor spec --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index d9b9b06..0ab9850 100644 --- a/flake.nix +++ b/flake.nix @@ -54,7 +54,7 @@ in { nixosConfigurations = { framework = mkSystem { - hardware = [ nixos-hardware.nixosModules.framework-13-ai-300-amd ]; + hardware = [ nixos-hardware.nixosModules.framework-amd-ai-300-series ]; modules = commonDesktopModules ++ [ ./systems/framework.nix ];