nixosTests.lxd: increase diskSize to 4096
zowoq 3 years ago 15c32d06 ee595136
··· 23 23 24 24 nodes.machine = { lib, ... }: { 25 25 virtualisation = { 26 26 - diskSize = 2048; 26 26 + diskSize = 4096; 27 27 28 28 # Since we're testing `limits.cpu`, we've gotta have a known number of 29 29 # cores to lean on