From ac3767b1ecd8e28a6f47f65c2b1d3e16d8dce219 Mon Sep 17 00:00:00 2001 From: Chris Dombroski Date: Mon, 6 May 2024 16:07:30 -0400 Subject: [PATCH] Change to latest LTS kernel for pi --- systems/orangepihole/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/orangepihole/configuration.nix b/systems/orangepihole/configuration.nix index eaf7ba4..db64787 100644 --- a/systems/orangepihole/configuration.nix +++ b/systems/orangepihole/configuration.nix @@ -11,7 +11,7 @@ boot.loader.grub.enable = false; boot.loader.generic-extlinux-compatible.enable = true; boot.loader.timeout = 1; - boot.kernelPackages = pkgs.linuxPackages_latest; + boot.kernelPackages = pkgs.linuxPackages_6_6; networking = { hostName = "orangepihole"; # Define your hostname.