tests: fix deprecation warning
This commit is contained in:
parent
805eb26d12
commit
c7eab98a31
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ name: testConfig:
|
||||||
vm = makeVM {
|
vm = makeVM {
|
||||||
name = "nix-bitcoin-${name}";
|
name = "nix-bitcoin-${name}";
|
||||||
|
|
||||||
machine = {
|
nodes.machine = {
|
||||||
imports = [ testConfig ];
|
imports = [ testConfig ];
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
# Needed because duplicity requires 270 MB of free temp space, regardless of backup size
|
# Needed because duplicity requires 270 MB of free temp space, regardless of backup size
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue