add hardened-extended preset
This commit is contained in:
parent
4a2bc280e0
commit
3b938a909f
3 changed files with 147 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue