From 09e28be9db5427246265d6228cf904daeee13c1f Mon Sep 17 00:00:00 2001 From: DuN0z Date: Wed, 29 Oct 2025 19:06:52 +0100 Subject: [PATCH] Fix: Last kernel on Penduick --- hosts/penduick/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/penduick/configuration.nix b/hosts/penduick/configuration.nix index 0bc789a..bca57b8 100644 --- a/hosts/penduick/configuration.nix +++ b/hosts/penduick/configuration.nix @@ -13,6 +13,7 @@ in { ../../modules/common/audio.nix ]; + boot.kernelPackages = pkgs.linuxPackages_latest; boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; boot.initrd.luks.devices.cryptroot.device = "/dev/nvme0n1p3";