nixosTests.lxd: increase diskSize to 4096

zowoq 15c32d06 ee595136

Changed files
+1 -1
nixos
tests
+1 -1
nixos/tests/lxd.nix
···
nodes.machine = { lib, ... }: {
virtualisation = {
-
diskSize = 2048;
# Since we're testing `limits.cpu`, we've gotta have a known number of
# cores to lean on
···
nodes.machine = { lib, ... }: {
virtualisation = {
+
diskSize = 4096;
# Since we're testing `limits.cpu`, we've gotta have a known number of
# cores to lean on