dosei: override boot.kernelPackages

This commit is contained in:
2025-04-02 13:10:03 +02:00
parent 4cef1e6a53
commit b810921f8b

View File

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