test: increase diskSize
This commit is contained in:
parent
24b506ff8a
commit
a89a3e934f
1 changed files with 3 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue