This commit is contained in:
mjallen18
2026-01-09 10:43:45 -06:00
parent 82dffdf505
commit 5f5972f10f
2 changed files with 37 additions and 26 deletions

View File

@@ -33,11 +33,9 @@
};
specialisation = {
"linux-rpi".configuration = {
"linux-latest".configuration = {
boot = {
kernelPackages = lib.mkOverride 90 pkgs.linuxPackages_latest;
# supportedFilesystems = lib.mkForce [ ];
kernelPackages = lib.mkOverride 90 pkgs.linuxPackages_pi5-16k;
};
};
};