From 74abae83630ae3891755e8eb525464e75d24e858 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Thu, 19 Jun 2025 18:09:11 -0700 Subject: [PATCH] kernel: use hardened kernel --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 9c046cb..24eb3e7 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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.