From 86ce0ac9d4e58c6ca729316812b590c124eebc5b Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Mon, 31 Mar 2025 00:42:27 +0200 Subject: [PATCH] xps linux latest --- system-modules/boot.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-modules/boot.nix b/system-modules/boot.nix index ec5919d..66a3f8c 100644 --- a/system-modules/boot.nix +++ b/system-modules/boot.nix @@ -103,7 +103,7 @@ in ''; }; }; - kernelPackages = pkgs-unstable.linuxPackages_6_11; + kernelPackages = pkgs-unstable.linuxPackages_latest; extraModulePackages = with config.boot.kernelPackages; [ v4l2loopback ]; kernelModules = [ "v4l2loopback" ]; extraModprobeConfig = ''options v4l2loopback devices=1 video_nr=1 card_label="OBS VCam" exclusive_caps=1'';