Skip to content

Commit

Permalink
[nixos/server] protect kernel image
Browse files Browse the repository at this point in the history
  • Loading branch information
pSub committed Jun 11, 2024
1 parent cd94d14 commit e145fb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nixos/server/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,8 @@ in {
SHA_CRYPT_MAX_ROUNDS = 640000;
};

security.protectKernelImage = lib.mkDefault true;

security.auditd.enable = true;
security.audit.enable = true;
security.audit.rules = [
Expand Down

0 comments on commit e145fb2

Please sign in to comment.