citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

commit c41fdfd75d98fcb0e2f37e0296120d0aab95defc
parent 9b8f6ba1fe99b1f12aa4c4035907b4a9bc4b00d4
Author: William Casarin <jb55@jb55.com>
Date:   Fri, 23 Apr 2021 12:35:03 -0700

spark-wallet: disable for now

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
Mnix-config/machines/monad/bitcoin/default.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nix-config/machines/monad/bitcoin/default.nix b/nix-config/machines/monad/bitcoin/default.nix @@ -42,7 +42,7 @@ in { imports = [ spark-module ]; - services.spark-wallet.enable = true; + services.spark-wallet.enable = false; services.spark-wallet.address = extra.machine.ztip; services.spark-wallet.port = spark-port; services.spark-wallet.publicUrl = "http://wallet.jb55.com";