diff --git a/hosts/gunter/configuration.nix b/hosts/gunter/configuration.nix index 59da5b4..03ab384 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 nvidia issues" pkgs.linuxPackages_6_14; + kernelPackages = pkgs.linuxPackages_latest; + # kernelPackages = lib.warn "Pinned to kernel 6.14 due to nvidia issues" pkgs.linuxPackages_6_14; kernelParams = [ "quiet" "splash" diff --git a/hosts/gunter/hardware-configuration.nix b/hosts/gunter/hardware-configuration.nix index 3261433..0ef7113 100644 --- a/hosts/gunter/hardware-configuration.nix +++ b/hosts/gunter/hardware-configuration.nix @@ -26,18 +26,7 @@ "v4l2loopback" ]; boot.extraModulePackages = with config.boot.kernelPackages; [ - (v4l2loopback.overrideAttrs ({ - version = lib.warn "v4l2loopback pinned due to obs issue. Fixed in >31.0.3 of obs-studio" "0.13.2-manual-${kernel.version}"; - - src = ( - pkgs.fetchFromGitHub { - owner = "umlaeute"; - repo = "v4l2loopback"; - rev = "v0.13.2"; - hash = "sha256-rcwgOXnhRPTmNKUppupfe/2qNUBDUqVb3TeDbrP5pnU="; - } - ); - })) + v4l2loopback ]; fileSystems."/" = {