remove v4l2loopback

This commit is contained in:
Sean Kovacs 2026-01-13 20:04:40 -05:00
commit 225c73dd43
Signed by: sckova
GPG key ID: 00F325187C68651A
3 changed files with 0 additions and 31 deletions

View file

@ -19,19 +19,6 @@
"usbhid"
"sd_mod"
];
boot.initrd.kernelModules = [];
boot.kernelModules = [
"v4l2loopback"
"snd-aloop"
"kvm-intel"
];
boot.extraModulePackages = with config.boot.kernelPackages; [v4l2loopback.out];
boot.extraModprobeConfig = ''
# exclusive_caps: Skype, Zoom, Teams etc. will only show device when actually streaming
# card_label: Name of virtual camera, how it'll show up in Skype, Zoom, Teams
# https://github.com/umlaeute/v4l2loopback
options v4l2loopback exclusive_caps=1 card_label="Virtual Camera"
'';
fileSystems."/" = {
device = "/dev/disk/by-uuid/d83ec136-df01-4b9e-a523-6d75726fb904";