joinmarket: add enforceTor to firewall scripts on netns-level

This commit is contained in:
nixbitcoin 2021-01-04 16:09:20 +00:00
parent 0c6579b942
commit 71ee16d767
No known key found for this signature in database
GPG Key ID: DD11F9AD5308B3BA
1 changed files with 5 additions and 0 deletions

View File

@ -124,6 +124,11 @@ in {
cli = mkOption {
default = cli;
};
# This option is only used by netns-isolation
enforceTor = mkOption {
readOnly = true;
default = true;
};
inherit (nix-bitcoin-services) cliExec;
};