From 3d87eed1c15a27d1eab81be07dc983a3d65a3313 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Sun, 6 Jul 2025 19:18:46 +0200 Subject: [PATCH] Remove pin for kernel and v4l2 --- hosts/gunter/configuration.nix | 4 ++-- hosts/gunter/hardware-configuration.nix | 13 +------------ 2 files changed, 3 insertions(+), 14 deletions(-) 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."/" = {