flake update

This commit is contained in:
gwg313 2026-04-21 22:06:15 -04:00
parent 28f5467646
commit 2839fadec6
Signed by: gwg313
GPG key ID: 60FF63B4826B7400
2 changed files with 82 additions and 102 deletions

View file

@ -5,7 +5,7 @@
(
{ pkgs, ... }:
{
boot.kernelPackages = pkgs.linuxPackages_hardened;
boot.kernelPackages = pkgs.linuxPackages_latest;
security = {
protectKernelImage = true;