kernel: update for the goodies

This commit is contained in:
Christoph Hollizeck 2025-04-14 19:19:17 +02:00
parent 922f524852
commit 97bc0496b8
Signed by: Daholli
GPG key ID: 249300664F2AF2C7

View file

@ -17,7 +17,7 @@ in
config = mkIf cfg.enable {
boot = {
kernelPackages = pkgs.linuxPackages_6_12;
kernelPackages = pkgs.linuxPackages_latest;
loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;