mempool: add frontend settings
This commit is contained in:
parent
81112a0553
commit
7822e2c9d3
3 changed files with 33 additions and 4 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue