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.