Fix mistake in cpu type of herugrim host

This commit is contained in:
ItsDrike 2024-06-10 13:53:12 +02:00
parent 6180f89b72
commit d1e70957f2
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0

View file

@ -58,7 +58,7 @@
type = "laptop";
virtual-machine = false;
};
cpu.type = "intel";
cpu.type = "amd";
gpu.type = "nvidia";
hasTPM = true;
};