This commit is contained in:
mjallen18
2026-01-08 11:50:24 -06:00
parent 052f7a2838
commit c7c5192c0c
5 changed files with 40 additions and 65 deletions

View File

@@ -14,6 +14,16 @@
#supportedFilesystems = lib.mkForce [ ];
};
specialisation = {
"linux-rpi".configuration = {
boot = {
kernelPackages = lib.mkOverride 90 pkgs.${namespace}.linuxPackages_rpi5;
supportedFilesystems = lib.mkForce [ ];
};
};
};
${namespace}.hardware.raspberry-pi.config = {
# extra-config = {
# armstub = "RPI_EFI.fd";