test: increase diskSize
This commit is contained in:
parent
24b506ff8a
commit
a89a3e934f
@ -19,6 +19,9 @@ import ./make-test.nix rec {
|
|||||||
# hardened
|
# hardened
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# needed because duplicity requires 270 MB of free temp space, regardless of backup size.
|
||||||
|
virtualisation.diskSize = 1024;
|
||||||
|
|
||||||
nix-bitcoin.netns-isolation.enable = (scenario == "withnetns");
|
nix-bitcoin.netns-isolation.enable = (scenario == "withnetns");
|
||||||
|
|
||||||
services.bitcoind.extraConfig = mkForce "connect=0";
|
services.bitcoind.extraConfig = mkForce "connect=0";
|
||||||
|
Loading…
Reference in New Issue
Block a user