diff --git a/modules/joinmarket.nix b/modules/joinmarket.nix index fda1c5b..66d36a7 100644 --- a/modules/joinmarket.nix +++ b/modules/joinmarket.nix @@ -132,6 +132,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; };