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