From 9644691df242a3f592d07db28ea014207a2d4cf6 Mon Sep 17 00:00:00 2001 From: Chris Dombroski Date: Mon, 6 May 2024 09:26:53 -0400 Subject: [PATCH] latest kernel for pi --- systems/orangepihole/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/orangepihole/configuration.nix b/systems/orangepihole/configuration.nix index 912e4c0..35bf445 100644 --- a/systems/orangepihole/configuration.nix +++ b/systems/orangepihole/configuration.nix @@ -11,6 +11,7 @@ boot.loader.grub.enable = false; boot.loader.generic-extlinux-compatible.enable = true; boot.loader.timeout = 1; + boot.kernelPackages = pkgs.linuxPackages_latest; networking = { hostName = "orangepihole"; # Define your hostname.