diff --git a/hosts/gunter/configuration.nix b/hosts/gunter/configuration.nix index 187c824..08439d4 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 v4l2loopback trouble! PR 375833" pkgs.linuxPackages_6_12; kernelParams = [ "quiet" "splash"