Add Dell Laptop

This commit is contained in:
Dmitriy Holkin 2019-09-13 14:20:04 +04:00
parent 4a610c0b9e
commit e9eda4cc22

View File

@ -55,6 +55,20 @@ with types; {
isShared = true;
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 = {
cpu = {
vendor = "amd";