Initial template repo
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
# Linux Hardened Kernel (Sicherheit)
|
||||
# - Zusätzliche Sicherheits-Patches
|
||||
# - Speicherschutz, Exploit-Mitigation
|
||||
# - Langsamer als Standard/Zen (Security > Performance)
|
||||
boot.kernelPackages = pkgs.linuxPackages_hardened;
|
||||
}
|
||||
Reference in New Issue
Block a user