nixos/colony: Increase shill resources

This commit is contained in:
2022-06-11 16:42:00 +01:00
parent 1f51a3ec08
commit 502b96996a
2 changed files with 8 additions and 1 deletions

View File

@@ -147,7 +147,7 @@ let
"uuid ${i.uuid}"
"machine ${i.machine}"
"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}"
"nographic"
"vga ${i.vga}"