add hardened-extended preset

This commit is contained in:
nixbitcoin 2021-01-30 23:08:35 +01:00
parent 4a2bc280e0
commit 3b938a909f
No known key found for this signature in database
GPG key ID: B6044ECBA2DAE5D0
3 changed files with 147 additions and 1 deletions

View file

@ -10,6 +10,11 @@
# decreases performance by ~50%.
# Turn it off when not needed.
<nix-bitcoin/modules/presets/hardened.nix>
#
# You can enable the hardened-extended preset instead to further improve security
# at the cost of functionality and performance.
# See the comments at the top of `hardened-extended.nix` for further details.
# <nix-bitcoin/modules/presets/hardened-extended.nix>
# FIXME: Uncomment next line to import your hardware configuration. If so,
# add the hardware configuration file to the same directory as this file.