nixy: add v4l2loopback module
This commit is contained in:
parent
bb9cb50afb
commit
ba319a2cdc
@ -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
|
|
||||||
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user