tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
nixosTests.lxd: increase diskSize to 4096
zowoq
3 years ago
15c32d06
ee595136
+1
-1
1 changed file
expand all
collapse all
unified
split
nixos
tests
lxd.nix
+1
-1
nixos/tests/lxd.nix
···
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