This commit is contained in:
mjallen18
2026-01-02 11:55:52 -06:00
parent 1d5b1cf5e0
commit 0f42ffeebd
26 changed files with 69693 additions and 145 deletions

View File

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