mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-09 22:19:42 +00:00
Fix mistake in cpu type of herugrim host
This commit is contained in:
parent
6180f89b72
commit
d1e70957f2
|
@ -58,7 +58,7 @@
|
|||
type = "laptop";
|
||||
virtual-machine = false;
|
||||
};
|
||||
cpu.type = "intel";
|
||||
cpu.type = "amd";
|
||||
gpu.type = "nvidia";
|
||||
hasTPM = true;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue