dosei: fix to 6.14 kernel

This commit is contained in:
2025-06-04 12:17:48 +02:00
parent de542913a2
commit 11d7401695

View File

@@ -15,7 +15,7 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelPackages = pkgs.linuxPackages_6_14;
boot.binfmt.emulatedSystems = [
"aarch64-linux"