Add Dell Laptop
This commit is contained in:
parent
4a610c0b9e
commit
e9eda4cc22
@ -55,6 +55,20 @@ with types; {
|
|||||||
isShared = true;
|
isShared = true;
|
||||||
hostName = null;
|
hostName = null;
|
||||||
};
|
};
|
||||||
|
Dell-Laptop = {
|
||||||
|
cpu = {
|
||||||
|
vendor = "intel";
|
||||||
|
clock = 1600;
|
||||||
|
cores = 4;
|
||||||
|
};
|
||||||
|
drive = {
|
||||||
|
type = "ssd";
|
||||||
|
size = 250;
|
||||||
|
};
|
||||||
|
ram = 8;
|
||||||
|
isShared = true;
|
||||||
|
hostName = "dell-ataraxia";
|
||||||
|
};
|
||||||
NixOS-VM = {
|
NixOS-VM = {
|
||||||
cpu = {
|
cpu = {
|
||||||
vendor = "amd";
|
vendor = "amd";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user