uefi stuff

This commit is contained in:
mjallen18
2026-01-07 12:44:33 -06:00
parent e15d62d03a
commit 59121cf43b
2 changed files with 23 additions and 19 deletions

View File

@@ -10,7 +10,7 @@
# bootloader = "kernel";
# firmwarePackage = pkgs.raspberrypifw;
# };
kernelPackages = pkgs.unstable.linuxPackages_latest;
kernelPackages = pkgs.${namespace}.linux-rpi5;
supportedFilesystems = lib.mkForce [ ];
};