From 874b214707406900b15b383c5240df481e9e6118 Mon Sep 17 00:00:00 2001 From: Erik Arvstedt Date: Thu, 14 Aug 2025 12:35:13 +0200 Subject: [PATCH] examples/configuration.nix: improve `secure-node` preset documentation Explicitly import modules.nix, so that users can remove the secure-node.nix import. --- examples/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/examples/configuration.nix b/examples/configuration.nix index 3987529..125beaa 100644 --- a/examples/configuration.nix +++ b/examples/configuration.nix @@ -4,6 +4,12 @@ { config, pkgs, lib, ... }: { imports = [ + + + # FIXME: The secure-node preset is an opinionated config to enhance security + # and privacy. + # Among other settings, it routes traffic of all nix-bitcoin services through Tor. + # Turn it off when not needed. # FIXME: The hardened kernel profile improves security but