Literally never trust nixos to do anything automatically ever again please

This commit is contained in:
Bun 2025-04-04 04:25:26 -04:00
parent b4c1494eb3
commit 6069da2e1d
3 changed files with 4 additions and 6 deletions

View file

@ -1,7 +1,7 @@
{ pkgs, ... }:
{
boot = {
kernelPackages = pkgs.linuxPackages_5_15_hardened;
kernelPackages = pkgs.linuxPackages_hardened;
loader.systemd-boot.enable = true;
};
}