From e31915f11a36bec1ce57c2c216f396978fae465a Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Fri, 11 Apr 2025 20:36:50 -0600 Subject: [PATCH] update kernel 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..9cd4f34 100644 --- a/hosts/x86_64/garrus/configuration.nix +++ b/hosts/x86_64/garrus/configuration.nix @@ -1,6 +1,9 @@ { config, pkgs, ... }: { + # lemp13 needs newer than the 6.6 + boot.kernelPackages = pkgs.linuxPackages_latest; + # Name your host machine networking.hostName = "garrus";