Added Mempool service

This commit is contained in:
naturallaw77 2024-01-17 13:58:45 -08:00
parent 2dde7bbd6e
commit dc7ec80eec
2 changed files with 4 additions and 1 deletions

View File

@ -304,7 +304,6 @@ in
services.mysql = { services.mysql = {
enable = true; enable = true;
package = pkgs.mariadb;
}; };

View File

@ -72,6 +72,10 @@
}; };
}; };
services.mempool.enable = true;
nix-bitcoin.onionServices.mempool-frontend.enable = true;
nix-bitcoin.onionServices.lnd.public = true; nix-bitcoin.onionServices.lnd.public = true;
services.lnd.lndconnect = { services.lnd.lndconnect = {