From 7c0d2322218ca380fa10bb59563755216d07a3e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Sun, 8 Jun 2025 19:39:06 +0200 Subject: [PATCH] Switch back to 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 58013f5..94c3a47 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.14 due to v4l2loopback! Fixed in 411777" pkgs.linuxPackages_6_14; + kernelPackages = pkgs.linuxPackages_latest; + # kernelPackages = lib.warn "Pinned to kernel 6.14 due to v4l2loopback! Fixed in 411777" pkgs.linuxPackages_6_14; kernelParams = [ "quiet" "splash"