mempool: add frontend settings

This commit is contained in:
Erik Arvstedt
2025-06-02 10:46:55 +02:00
parent 81112a0553
commit 7822e2c9d3
3 changed files with 33 additions and 4 deletions
+4 -1
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;
};