6 lines
259 B
Nix
6 lines
259 B
Nix
### 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; }
|