move off of hardened kernel to latest LTS

This commit is contained in:
2026-04-14 20:04:26 -04:00
parent a01452bd59
commit f28dd190bf
2 changed files with 72 additions and 6 deletions

View File

@@ -133,8 +133,8 @@
boot.kernel.sysctl."vm.nr_hugepages" = service_configs.hugepages_2m.total_pages;
boot = {
# 6.12 LTS until 2026
kernelPackages = pkgs.linuxPackages_6_12_hardened;
# 6.18 LTS until 2027
kernelPackages = pkgs.linuxPackages_6_18;
loader = {
# Use the systemd-boot EFI boot loader.