Fix: Last kernel on Penduick

This commit is contained in:
DuN0z 2025-10-29 19:06:52 +01:00
parent cfe1fbf185
commit 09e28be9db

View file

@ -13,6 +13,7 @@ in {
../../modules/common/audio.nix ../../modules/common/audio.nix
]; ];
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
boot.initrd.luks.devices.cryptroot.device = "/dev/nvme0n1p3"; boot.initrd.luks.devices.cryptroot.device = "/dev/nvme0n1p3";