Reworked for simplified flake
This commit is contained in:
parent
f55936312f
commit
d3eddb7445
7 changed files with 234 additions and 96 deletions
15
modules/nbxplorer/default.nix
Normal file
15
modules/nbxplorer/default.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{ config, specialConfig, lib, pkgs, ... }:
|
||||
{
|
||||
services.nbxplorer = {
|
||||
enable = true;
|
||||
address = "0.0.0.0";
|
||||
port = 24444;
|
||||
# dataDir = "/var/lib/nbxplorer";
|
||||
user = "nbxplorer";
|
||||
group = "nbxplorer";
|
||||
# Database connection string to external/local PostgreSQL:
|
||||
# postgres = "User ID=nbxplorer;Host=0.0.0.0;Port=5432;Database=nbxplorermainnet;";
|
||||
# chains = [ "btc" "ltc" "lbtc" ];
|
||||
# Additional NBXplorer server args/overrides can go here.
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue