From c2795d36b0670d82f18684919b7417f13e27e9bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Wed, 18 Feb 2026 19:56:49 +0100 Subject: [PATCH] gunter: pin kernel to 6.18 due to nvidia incompatibility with 6.19 Co-Authored-By: Claude Opus 4.6 --- hosts/gunter/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/gunter/configuration.nix b/hosts/gunter/configuration.nix index e7a861f..9526480 100644 --- a/hosts/gunter/configuration.nix +++ b/hosts/gunter/configuration.nix @@ -31,7 +31,7 @@ "mt76" ]; # Kernel stuff - # kernelPackages = lib.warn "Pinned to kernel 6.12 due to issues" pkgs.linuxPackages_6_12; + kernelPackages = lib.warn "Kernel pinned to 6.18 due to nvidia driver incompatibility with 6.19" pkgs.linuxPackages_6_18; kernelParams = [ "module_blacklist=amdgpu" ]; kernel.sysctl = {