Merge fort-nix/nix-bitcoin#805: examples/configuration.nix: Improve secure-node preset documentation
874b214707examples/configuration.nix: improve `secure-node` preset documentation (Erik Arvstedt) Pull request description: ACKs for top commit: jonasnick: ACK874b214707Tree-SHA512: e5d201b5cd267a6d48545a008348d207b29cae82b7a6b4c921c33378f19f252e3b90141b9285ccd3edebeb818ec5190c4dd6c473546492d00cc61670ce3b2d74
This commit is contained in:
commit
db83817863
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue