Install lnd
This commit is contained in:
parent
a38b919f05
commit
8e53e98383
5 changed files with 238 additions and 12 deletions
|
|
@ -36,7 +36,6 @@
|
|||
tlsextradomain=localhost
|
||||
|
||||
[Bitcoin]
|
||||
bitcoin.active=true
|
||||
bitcoin.mainnet=true
|
||||
bitcoin.node=bitcoind
|
||||
|
||||
|
|
@ -81,7 +80,8 @@
|
|||
Group = "lnd";
|
||||
Type = "simple";
|
||||
|
||||
ExecStart = "${pkgs.lnd}/bin/lnd --configfile=${config.sops.templates."lnd.conf".path}";
|
||||
WorkingDirectory = "/var/lib/lnd";
|
||||
ExecStart = "${pkgs.lnd}/bin/lnd --lnddir=/var/lib/lnd --configfile=${config.sops.templates."lnd.conf".path}";
|
||||
|
||||
Restart = "on-failure";
|
||||
RestartSec = "10s";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue