From d1e70957f20f4f4b30d4b6145113a92b13049a2f Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Mon, 10 Jun 2024 13:53:12 +0200 Subject: [PATCH] Fix mistake in cpu type of herugrim host --- hosts/herugrim/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/herugrim/default.nix b/hosts/herugrim/default.nix index 5988f22..81c4c9d 100644 --- a/hosts/herugrim/default.nix +++ b/hosts/herugrim/default.nix @@ -58,7 +58,7 @@ type = "laptop"; virtual-machine = false; }; - cpu.type = "intel"; + cpu.type = "amd"; gpu.type = "nvidia"; hasTPM = true; };