"Murilo" <[email protected]> writes: > On Sat Aug 22, 2026 at 4:06 PM -03, Simen Endsjø wrote: > >> Any idea how I should proceed? Add it as an issue on Codeberg even >> though it's not a bug? > Not what has been asked, but I have the following, which seems to work for me: > > ```scheme > (simple-service 'v4l2loopback-config etc-service-type > (list `("modprobe.d/v4l2loopback.conf" > ,(plain-file "v4l2loopback.conf" > "options v4l2loopback devices=1 exclusive_caps=1 > card_label=\"VirtualCam\"")))) > ``` > > I think I stole this from somewhere ages ago, but cannot remember where/who, > my apologies for not giving the proper attribution.
Thanks, I'll use a plain modprobe configuration instead.
