joinmarket: add enforceTor to firewall scripts on netns-level
This commit is contained in:
parent
0c6579b942
commit
71ee16d767
@ -124,6 +124,11 @@ in {
|
|||||||
cli = mkOption {
|
cli = mkOption {
|
||||||
default = cli;
|
default = cli;
|
||||||
};
|
};
|
||||||
|
# This option is only used by netns-isolation
|
||||||
|
enforceTor = mkOption {
|
||||||
|
readOnly = true;
|
||||||
|
default = true;
|
||||||
|
};
|
||||||
inherit (nix-bitcoin-services) cliExec;
|
inherit (nix-bitcoin-services) cliExec;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user