backups: add btcpayserver database

This commit is contained in:
nixbitcoin
2020-09-24 17:12:08 +00:00
parent 0784e2d479
commit 73f4275d2a
3 changed files with 22 additions and 4 deletions
+3
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";