spark-wallet: use onionServices
Also remove the unneeded definition of ReadWritePaths because the service doesn't need write access to onion files.
This commit is contained in:
parent
87fb9f246b
commit
bd2a46cb73
4 changed files with 24 additions and 25 deletions
|
|
@ -31,5 +31,6 @@ in {
|
|||
liquidd.enable = defaultTrue;
|
||||
electrs.enable = defaultTrue;
|
||||
btcpayserver.enable = defaultTrue;
|
||||
spark-wallet.enable = defaultTrue;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -53,10 +53,6 @@ in {
|
|||
listen = true;
|
||||
};
|
||||
|
||||
services.spark-wallet = {
|
||||
onion-service = true;
|
||||
};
|
||||
|
||||
# Backups
|
||||
services.backups = {
|
||||
program = "duplicity";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue