configuration.nix: add nodeinfo
This commit is contained in:
parent
073161b044
commit
8303a65f0c
1 changed files with 6 additions and 0 deletions
|
|
@ -230,6 +230,12 @@
|
|||
# Set this to enable the JoinMarket order book watcher.
|
||||
# services.joinmarket-ob-watcher.enable = true;
|
||||
|
||||
### Nodeinfo
|
||||
# Set this to add command `nodeinfo` to the system environment.
|
||||
# It shows info about running services like onion addresses and local addresses.
|
||||
# It is enabled by default when importing `secure-node.nix`.
|
||||
# nix-bitcoin.nodeinfo.enable = true;
|
||||
|
||||
### Backups
|
||||
# Set this to enable nix-bitcoin's own backup service. By default, it
|
||||
# uses duplicity to incrementally back up all important files in /var/lib to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue