From d8bd19438470aaf5ef6e0e72a1cd72db8d4fcf97 Mon Sep 17 00:00:00 2001 From: Henri Dohmen Date: Mon, 2 Feb 2026 22:16:01 +0100 Subject: [PATCH] fw: kernel downgrade to 6.12 due to instability --- host/fw/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/fw/default.nix b/host/fw/default.nix index 60af631..5ac522c 100644 --- a/host/fw/default.nix +++ b/host/fw/default.nix @@ -49,7 +49,7 @@ efi.canTouchEfiVariables = true; }; - kernelPackages = pkgs.linuxPackages_6_18; + kernelPackages = pkgs.linuxPackages_6_12; kernel.sysctl."kernel.sysrq" = 1; initrd.systemd.network.wait-online.enable = false; # Should fix infrequent GPU crashes