nixos/colony: Increase shill resources
This commit is contained in:
parent
1f51a3ec08
commit
502b96996a
@ -46,9 +46,16 @@
|
|||||||
]));
|
]));
|
||||||
hostDevices."${wanBDF}" = { };
|
hostDevices."${wanBDF}" = { };
|
||||||
};
|
};
|
||||||
|
|
||||||
shill = {
|
shill = {
|
||||||
uuid = "e34569ec-d24e-446b-aca8-a3b27abc1f9b";
|
uuid = "e34569ec-d24e-446b-aca8-a3b27abc1f9b";
|
||||||
|
smp = {
|
||||||
|
cpus = 4;
|
||||||
|
threads = 2;
|
||||||
|
};
|
||||||
|
memory = 8192;
|
||||||
networks.vms.mac = "52:54:00:85:b3:b1";
|
networks.vms.mac = "52:54:00:85:b3:b1";
|
||||||
|
cleanShutdown.timeout = 120;
|
||||||
drives = mkMerge ([
|
drives = mkMerge ([
|
||||||
{
|
{
|
||||||
installer = {
|
installer = {
|
||||||
|
@ -147,7 +147,7 @@ let
|
|||||||
"uuid ${i.uuid}"
|
"uuid ${i.uuid}"
|
||||||
"machine ${i.machine}"
|
"machine ${i.machine}"
|
||||||
"cpu ${i.cpu}"
|
"cpu ${i.cpu}"
|
||||||
"smp cpus=${toString i.smp.cpus},threads=${toString i.smp.threads}"
|
"smp cores=${toString i.smp.cpus},threads=${toString i.smp.threads}"
|
||||||
"m ${toString i.memory}"
|
"m ${toString i.memory}"
|
||||||
"nographic"
|
"nographic"
|
||||||
"vga ${i.vga}"
|
"vga ${i.vga}"
|
||||||
|
Loading…
Reference in New Issue
Block a user