This commit is contained in:
mjallen18
2026-01-02 11:05:48 -06:00
parent 8fc40f265b
commit 1d5b1cf5e0
5 changed files with 67 additions and 19 deletions

View File

@@ -14,7 +14,7 @@ in
# variant = "4";
# };
# kernelPackages = kernelBundle.linuxPackages_rpi4;
kernelPackages = pkgs.${namespace}.linuxPackages_rpi4;
kernelPackages = pkgs.linuxPackages_latest;
supportedFilesystems = lib.mkForce [ ];
};