mention performance loss with hardened kernel profile
This commit is contained in:
parent
f3121892ef
commit
0c74c365de
@ -6,9 +6,10 @@
|
|||||||
imports = [
|
imports = [
|
||||||
<nix-bitcoin/modules/nix-bitcoin.nix>
|
<nix-bitcoin/modules/nix-bitcoin.nix>
|
||||||
|
|
||||||
# Use hardened kernel profile. See
|
# FIXME: The hardened kernel profile improves security but
|
||||||
# https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/profiles/hardened.nix
|
# decreases performance by ~50%.
|
||||||
# for the enabled options.
|
# Turn it off when not needed.
|
||||||
|
# Source: https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/profiles/hardened.nix
|
||||||
<nixpkgs/nixos/modules/profiles/hardened.nix>
|
<nixpkgs/nixos/modules/profiles/hardened.nix>
|
||||||
|
|
||||||
# FIXME: Uncomment next line to import your hardware configuration. If so,
|
# FIXME: Uncomment next line to import your hardware configuration. If so,
|
||||||
|
Loading…
Reference in New Issue
Block a user