spark-wallet: add netns
- Adds spark-wallet to netns-isolation.services - Adds extraArgs option to allow using spark-wallet with network namespaces - Adds host option (defaults to localhost) as target of hidden service - Adds enforceTor option to bring in line with other services
This commit is contained in:
parent
d6296acaba
commit
c4ab73d51f
3 changed files with 32 additions and 5 deletions
|
|
@ -122,7 +122,10 @@ in {
|
|||
toHost = cfg.electrs.host;
|
||||
};
|
||||
|
||||
services.spark-wallet.onion-service = true;
|
||||
services.spark-wallet = {
|
||||
onion-service = true;
|
||||
enforceTor = true;
|
||||
};
|
||||
|
||||
services.nix-bitcoin-webindex.enforceTor = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue