:s/video0/video1
This commit is contained in:
parent
a5dd0ba83e
commit
127e2d9b40
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@
|
||||||
ragon.services.tailscale.enable = true;
|
ragon.services.tailscale.enable = true;
|
||||||
networking.useDHCP = true;
|
networking.useDHCP = true;
|
||||||
services.mjpg-streamer.enable = true;
|
services.mjpg-streamer.enable = true;
|
||||||
services.mjpg-streamer.inputPlugin = "input_uvc.so -d /dev/video0 -r 1280x720 -f 15 -u";
|
services.mjpg-streamer.inputPlugin = "input_uvc.so -d /dev/video1 -r 1280x720 -f 15 -u";
|
||||||
services.octoprint = {
|
services.octoprint = {
|
||||||
enable = true;
|
enable = true;
|
||||||
plugins = plugins: with plugins; [ telegram ];
|
plugins = plugins: with plugins; [ telegram ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue