From d3864b956c608cc72af97f9322ea9bfc10212656 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Fri, 11 Apr 2025 07:29:25 -0600 Subject: [PATCH] set the kernel to latest for garrus --- hosts/x86_64/garrus/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/x86_64/garrus/configuration.nix b/hosts/x86_64/garrus/configuration.nix index ff2bc79..bd95533 100644 --- a/hosts/x86_64/garrus/configuration.nix +++ b/hosts/x86_64/garrus/configuration.nix @@ -1,6 +1,9 @@ { config, pkgs, ... }: { + # Latest kernel needed for best support + boot.kernelPackages = pkgs.linuxPackages_latest; + # Name your host machine networking.hostName = "garrus";