spark-wallet: add consistent address options

This commit is contained in:
Erik Arvstedt 2021-01-14 13:24:08 +01:00
parent 39f16c0b4a
commit 09e0042aa8
No known key found for this signature in database
GPG key ID: 33312B944DD97846
2 changed files with 10 additions and 5 deletions

View file

@ -274,7 +274,7 @@ in {
services.electrs.address = netns.electrs.address;
services.spark-wallet = {
host = netns.spark-wallet.address;
address = netns.spark-wallet.address;
extraArgs = "--no-tls";
};