fix: remove unused v4l2loopback devices
This commit is contained in:
parent
d573f60ddd
commit
71f442aeea
|
@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue