From bc626c66a7fd4c85bfd8707b0cfe1c1e0e12cf89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Fri, 10 Oct 2025 19:08:04 +0200 Subject: [PATCH] gunter: re-enable latest kernel --- 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 abec4b6..f6380f5 100644 --- a/hosts/gunter/configuration.nix +++ b/hosts/gunter/configuration.nix @@ -31,8 +31,8 @@ "mt76" ]; # Kernel stuff - # kernelPackages = pkgs.linuxPackages_latest; - kernelPackages = lib.warn "Pinned to kernel 6.12 due to issues" pkgs.linuxPackages_6_12; + kernelPackages = pkgs.linuxPackages_latest; + # kernelPackages = lib.warn "Pinned to kernel 6.12 due to issues" pkgs.linuxPackages_6_12; kernelParams = [ "quiet" "splash"