From bc4f5868782a060704f11629ac960d94397076f9 Mon Sep 17 00:00:00 2001 From: Bitcoin Txoko <142011724+bitcointxoko@users.noreply.github.com> Date: Tue, 23 Jul 2024 10:06:36 +0200 Subject: [PATCH] Add nodeinfo to configuration-example.nix --- configuration-example.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configuration-example.nix b/configuration-example.nix index 1d7b062..9aa0232 100644 --- a/configuration-example.nix +++ b/configuration-example.nix @@ -54,6 +54,12 @@ ]; }; + ### 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; + # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions # on your system were taken. It‘s perfectly fine and recommended to leave