This commit is contained in:
mjallen18
2026-01-06 10:21:50 -06:00
parent b05067a3e1
commit 78f8d1a733
14 changed files with 60 additions and 83 deletions

View File

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