default to stable kernel

This commit is contained in:
Travis Staton 2025-01-08 11:55:38 -05:00
parent 25b46a0be0
commit 340fc9e380
No known key found for this signature in database
GPG key ID: E883E53CDAC16260

View file

@ -14,7 +14,7 @@ in
options = with lib; { options = with lib; {
raspberry-pi-nix = { raspberry-pi-nix = {
kernel-version = mkOption { kernel-version = mkOption {
default = "v6_6_67"; default = "v6_6_51";
type = types.str; type = types.str;
description = "Kernel version to build."; description = "Kernel version to build.";
}; };