From 21ef485375d3e5410c17cd42b37a4447d910f392 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Mon, 30 Sep 2024 21:37:49 +0200 Subject: [PATCH] Use latest kernel now that nivdia-open works again --- 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 7b73072..340915c 100644 --- a/hosts/gunter/configuration.nix +++ b/hosts/gunter/configuration.nix @@ -25,8 +25,8 @@ boot = { # Kernel stuff # kernelPackages = pkgs.linuxPackages_xanmod_latest; - # kernelPackages = pkgs.linuxPackages_latest; - kernelPackages = lib.warn "Pinned to kernel 6.10 due to nvidia fbdev trouble!" pkgs.linuxPackages_6_10; + kernelPackages = pkgs.linuxPackages_latest; + # kernelPackages = lib.warn "Pinned to kernel 6.10 due to nvidia fbdev trouble!" pkgs.linuxPackages_6_10; kernelParams = [ "quiet" "splash"