From 71fba2ade86cea9f75c43a7ef80fa4716a5a32ab Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Thu, 11 Jul 2024 15:17:20 +0200 Subject: [PATCH] Vcam --- 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 35333e0..dfada57 100755 --- a/system-modules/boot.nix +++ b/system-modules/boot.nix @@ -57,7 +57,7 @@ in }; extraModulePackages = with config.boot.kernelPackages; [ v4l2loopback ]; kernelModules = [ "v4l2loopback" ]; - extraModprobeConfig = ''options v4l2loopback devices=1 video_nr=1 card_label="OBS Cam" exclusive_caps=1''; + extraModprobeConfig = ''options v4l2loopback devices=1 video_nr=1 card_label="OBS VCam" exclusive_caps=1''; }; } else { # NxACE boot = {