From 8c87e74bb9a91ba7655e9b01ba44968079eb6ea2 Mon Sep 17 00:00:00 2001 From: Bitcoin Txoko <142011724+bitcointxoko@users.noreply.github.com> Date: Tue, 23 Jul 2024 10:50:18 +0200 Subject: [PATCH] Create nodeinfo.nix --- system/helpers/nodeinfo.nix | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 system/helpers/nodeinfo.nix diff --git a/system/helpers/nodeinfo.nix b/system/helpers/nodeinfo.nix new file mode 100644 index 0000000..a54fe99 --- /dev/null +++ b/system/helpers/nodeinfo.nix @@ -0,0 +1,5 @@ +### 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; }