NixOS Hardening: Difference between revisions
linux-hardened was removed from nixpkgs |
Link to Security#AppArmor |
||
| (One intermediate revision by one other user not shown) | |||
| Line 227: | Line 227: | ||
=== AppArmor === | === AppArmor === | ||
See [[Security#AppArmor]] for more details. | |||
<syntaxhighlight lang="nix"> | <syntaxhighlight lang="nix"> | ||
security.apparmor.enable = true; | security.apparmor.enable = true; | ||
| Line 234: | Line 236: | ||
=== Secure Boot === | === Secure Boot === | ||
See [[Secure Boot]]. [[Limine]] bootloader supports coreboot's Secure Boot. | See [[Secure Boot]]. [[Limine]] bootloader supports coreboot's Secure Boot. | ||
[[Category:Guide]] | |||
[[Category:NixOS]] | |||
[[Category:Security]] | |||