nixosTests.lxd: increase diskSize to 4096
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user