test: increase diskSize

This commit is contained in:
nixbitcoin 2020-09-24 16:54:54 +00:00
parent 24b506ff8a
commit a89a3e934f
No known key found for this signature in database
GPG Key ID: DD11F9AD5308B3BA

View File

@ -19,6 +19,9 @@ import ./make-test.nix rec {
# 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");
services.bitcoind.extraConfig = mkForce "connect=0";