mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-12 23:27:17 +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";
|
type = "laptop";
|
||||||
virtual-machine = false;
|
virtual-machine = false;
|
||||||
};
|
};
|
||||||
cpu.type = "intel";
|
cpu.type = "amd";
|
||||||
gpu.type = "nvidia";
|
gpu.type = "nvidia";
|
||||||
hasTPM = true;
|
hasTPM = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue