nixosTests.lxd: increase diskSize to 4096

This commit is contained in:
zowoq
2022-10-23 15:10:13 +10:00
parent ee5951363a
commit 15c32d0645
+1 -1
View File
@@ -23,7 +23,7 @@ in {
nodes.machine = { lib, ... }: {
virtualisation = {
diskSize = 2048;
diskSize = 4096;
# Since we're testing `limits.cpu`, we've gotta have a known number of
# cores to lean on