unfix xps kernel

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2025-06-18 13:43:43 +02:00
parent d2d1ce7830
commit 04dcba2d3f
2 changed files with 23 additions and 23 deletions

View File

@@ -55,7 +55,7 @@ in
'';
};
};
kernelPackages = pkgs.linuxPackages_6_14;
kernelPackages = pkgs.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'';