nixy: add v4l2loopback module

This commit is contained in:
Asmir A 2024-03-14 15:07:47 +01:00
parent bb9cb50afb
commit ba319a2cdc
Signed by: asmir
GPG Key ID: 020C42B7A9ABA3E2

View File

@ -33,7 +33,7 @@
}; };
boot = { boot = {
extraModulePackages = with config.boot.kernelPackages; [usbip]; extraModulePackages = with config.boot.kernelPackages; [usbip v4l2loopback];
initrd.compressor = "zstd"; initrd.compressor = "zstd";
initrd.kernelModules = ["amdgpu"]; initrd.kernelModules = ["amdgpu"];
binfmt.emulatedSystems = ["wasm32-wasi" "x86_64-windows"]; binfmt.emulatedSystems = ["wasm32-wasi" "x86_64-windows"];
@ -199,9 +199,6 @@
#Arduino UNO r4 #Arduino UNO r4
SUBSYSTEMS=="usb", ATTRS{idVendor}=="2341", MODE:="0666" SUBSYSTEMS=="usb", ATTRS{idVendor}=="2341", MODE:="0666"
#ST-Link
''; '';
}; };