feat: improve v4l2loopback support

This commit is contained in:
2026-01-25 16:19:09 +01:00
parent b8ed5984df
commit b4a57a8f64
2 changed files with 19 additions and 17 deletions

View File

@@ -46,11 +46,14 @@
mySystem = {
boot = {
extraModprobeConfig = ''
options snd_usb_audio vid=0x1235 pid=0x8212 device_setup=1
'';
plymouth.enable = true;
kernel.cpuVendor = "amd";
kernel = {
cpuVendor = "amd";
v4l2loopback.enable = true;
extraModprobeConfig = ''
options snd_usb_audio vid=0x1235 pid=0x8212 device_setup=1
'';
};
systemd-boot = true;
};
desktop = {