From 150888e614f4f2d4c7389c9bfe26984f267f4ccc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Sat, 25 Jan 2025 23:48:40 +0100 Subject: [PATCH] Revert to 6.12, this time due to nvidia --- hosts/gunter/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/gunter/configuration.nix b/hosts/gunter/configuration.nix index 08439d4..d95f688 100644 --- a/hosts/gunter/configuration.nix +++ b/hosts/gunter/configuration.nix @@ -24,8 +24,8 @@ # Bootloader stuff boot = { # Kernel stuff - kernelPackages = pkgs.linuxPackages_latest; - # kernelPackages = lib.warn "Pinned to kernel 6.12 due to v4l2loopback trouble! PR 375833" pkgs.linuxPackages_6_12; + # kernelPackages = pkgs.linuxPackages_latest; + kernelPackages = lib.warn "Pinned to kernel 6.12 due to nvidia! Fixed in 375838" pkgs.linuxPackages_6_12; kernelParams = [ "quiet" "splash"