fix: remove unused v4l2loopback devices

This commit is contained in:
Benjamin Bädorf 2024-01-24 21:05:34 +01:00
parent d573f60ddd
commit 71f442aeea
No known key found for this signature in database
GPG key ID: 1B7BF5B77A521346

View file

@ -10,7 +10,7 @@ in {
options.pub-solar.graphical = { options.pub-solar.graphical = {
v4l2loopback.enable = mkOption { v4l2loopback.enable = mkOption {
type = types.bool; type = types.bool;
default = true; default = false;
description = "WebCam streaming tool"; description = "WebCam streaming tool";
}; };
}; };