tests: add netns to testing framework

This commit is contained in:
nixbitcoin
2020-07-21 09:38:57 +00:00
parent 25adce29e5
commit 8783f38fba
2 changed files with 81 additions and 11 deletions
+2
View File
@@ -16,6 +16,8 @@ import ./make-test.nix rec {
# hardened
];
nix-bitcoin.netns-isolation.enable = mkForce true;
services.bitcoind.extraConfig = mkForce "connect=0";
services.clightning.enable = true;