Merge fort-nix/nix-bitcoin#805: examples/configuration.nix: Improve secure-node preset documentation

874b214707 examples/configuration.nix: improve `secure-node` preset documentation (Erik Arvstedt)

Pull request description:

ACKs for top commit:
  jonasnick:
    ACK 874b214707

Tree-SHA512: e5d201b5cd267a6d48545a008348d207b29cae82b7a6b4c921c33378f19f252e3b90141b9285ccd3edebeb818ec5190c4dd6c473546492d00cc61670ce3b2d74
This commit is contained in:
Jonas Nick 2025-08-15 20:24:07 +00:00
commit db83817863
No known key found for this signature in database
GPG key ID: 4861DBF262123605

View file

@ -4,6 +4,12 @@
{ config, pkgs, lib, ... }: {
imports = [
<nix-bitcoin/modules/modules.nix>
# 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.
<nix-bitcoin/modules/presets/secure-node.nix>
# FIXME: The hardened kernel profile improves security but