This commit is contained in:
2026-03-04 15:58:34 -06:00
parent 46d35ab70e
commit 79b0fdf4c4

View File

@@ -10,7 +10,7 @@
# bootloader = "kernel";
# firmwarePackage = pkgs.raspberrypifw;
# };
kernelPackages = pkgs.${namespace}.linuxPackages_rpi5-lts;
kernelPackages = pkgs.${namespace}.linuxPackages_rpi5-latest;
initrd = {
availableKernelModules = lib.mkForce [ ];
kernelModules = {
@@ -24,7 +24,7 @@
overlays = [
(_self: _super: {
linuxPackages_pi5-16k = pkgs.linuxPackagesFor (
pkgs.linux_6_18.override {
pkgs.linux_6_19.override {
structuredExtraConfig = with lib.kernel; {
CONFIG_ARM64_4K_PAGES = lib.mkForce no;
CONFIG_ARM64_64K_PAGES = lib.mkForce no;
@@ -42,9 +42,9 @@
};
specialisation = {
"linux-latest".configuration = {
"linux-stable".configuration = {
boot = {
kernelPackages = lib.mkOverride 90 pkgs.${namespace}.linuxPackages_rpi5-latest;
kernelPackages = lib.mkOverride 90 pkgs.${namespace}.linuxPackages_rpi5-ts;
# loader.systemd-boot.installDeviceTree = true;
};
# hardware.deviceTree = {