Files
2024-07-23 10:50:18 +02:00

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; }