mempool: add frontend settings

This commit is contained in:
Erik Arvstedt 2025-06-01 23:03:33 +02:00
parent 81112a0553
commit 7822e2c9d3
No known key found for this signature in database
GPG key ID: 33312B944DD97846
3 changed files with 33 additions and 4 deletions

View file

@ -111,7 +111,10 @@ with lib;
];
services.mempool = {
enable = true;
frontend.address = "0.0.0.0";
frontend = {
address = "0.0.0.0";
settings.LIQUID_ENABLED = true;
};
};
nix-bitcoin.nodeinfo.enable = true;
};