kernel: use hardened kernel

This commit is contained in:
Simon Gardling 2025-06-19 18:09:11 -07:00
parent e65645c023
commit 74abae8363
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -79,7 +79,7 @@
boot = {
# 6.12 LTS until 2026
kernelPackages = pkgs.linuxPackages_6_12;
kernelPackages = pkgs.linuxPackages_6_12_hardened;
loader = {
# Use the systemd-boot EFI boot loader.