From 7c56705010b000725f3afc1367115ae2c678e9d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Fri, 13 Dec 2024 19:46:51 +0100 Subject: [PATCH] Switch to 6.12 again --- hosts/gunter/configuration.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/hosts/gunter/configuration.nix b/hosts/gunter/configuration.nix index c74a434..23d8219 100644 --- a/hosts/gunter/configuration.nix +++ b/hosts/gunter/configuration.nix @@ -24,9 +24,8 @@ # Bootloader stuff boot = { # Kernel stuff - # kernelPackages = pkgs.linuxPackages_xanmod_latest; - # kernelPackages = pkgs.linuxPackages_latest; - kernelPackages = lib.warn "Pinned to kernel 6.11 due to nvidia trouble!" pkgs.linuxPackages_6_11; + kernelPackages = pkgs.linuxPackages_latest; + # kernelPackages = lib.warn "Pinned to kernel 6.11 due to nvidia trouble!" pkgs.linuxPackages_6_11; kernelParams = [ "quiet" "splash"