From 60aae9de22cfe52ca36815f5f9fc0939eb87807f Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Wed, 2 Oct 2024 18:26:20 -0600 Subject: [PATCH] Set 6.10 kernel for garrus due to system76 module issue with 6.11 --- hosts/x86_64/garrus/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/x86_64/garrus/configuration.nix b/hosts/x86_64/garrus/configuration.nix index fba1d88..360afc2 100644 --- a/hosts/x86_64/garrus/configuration.nix +++ b/hosts/x86_64/garrus/configuration.nix @@ -4,6 +4,8 @@ # Name your host machine networking.hostName = "garrus"; + boot.kernelPackages = pkgs.linuxPackages_6_10; + # System76 hardware.system76.enableAll = true; environment.systemPackages = with pkgs; [