spark-wallet: remove package and module

This commit is contained in:
Jonas Nick 2023-05-29 18:49:57 +00:00
parent 29a95ea311
commit 75e54bbb90
No known key found for this signature in database
GPG key ID: 4861DBF262123605
20 changed files with 13 additions and 2909 deletions

View file

@ -104,15 +104,6 @@ in {
# Set sensible defaults for some services
{
nix-bitcoin.onionServices = {
spark-wallet = {
externalPort = 80;
# Enable 'public' by default, but don't auto-enable the onion service.
# When the onion service is enabled, 'public' lets spark-wallet generate
# a QR code for accessing the web interface.
public = true;
# Low priority so we can override this with mkDefault in ./presets/enable-tor.nix
enable = mkOverride 1400 false;
};
btcpayserver = {
externalPort = 80;
};