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"