diff --git a/modules/joinmarket.nix b/modules/joinmarket.nix index 1e1ad8b..cc246db 100644 --- a/modules/joinmarket.nix +++ b/modules/joinmarket.nix @@ -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; };