Merge pull request #1773 from fkokosinski/rpi5

raspberry-pi/5: set generic-extlinux-compatible by default
This commit is contained in:
Doron Behar 2026-05-03 07:55:26 +00:00 committed by GitHub
commit 1a9b2d1633
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,6 +12,8 @@ in
imports = [ ../common/default.nix ];
boot = {
loader.grub.enable = lib.mkDefault false;
loader.generic-extlinux-compatible.enable = lib.mkDefault true;
kernelPackages = lib.mkDefault (
pkgs.linuxPackagesFor (pkgs.callPackage ../common/kernel.nix { rpiVersion = 5; })
);