From 2045f7777bf4bdb56e8738a11820f54c88516792 Mon Sep 17 00:00:00 2001 From: Samuel Shuert Date: Wed, 1 Oct 2025 14:02:35 +0000 Subject: [PATCH] fix(pm/shorthair/webcam): Add kernel option for zoom Change-Id: ntxxzlxxnmxzzwmwuwrxrwxqnqrpwows --- packetmix/systems/shorthair/webcam.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packetmix/systems/shorthair/webcam.nix b/packetmix/systems/shorthair/webcam.nix index fdac5cd2..25f2f12b 100644 --- a/packetmix/systems/shorthair/webcam.nix +++ b/packetmix/systems/shorthair/webcam.nix @@ -4,4 +4,7 @@ { programs.droidcam.enable = true; + boot.extraModprobeConfig = '' + options v4l2loopback exclusive_caps=1 card_label="Droidcam Webcam" + ''; } -- 2.43.0