This commit is contained in:
Philipp Hochkamp 2022-11-06 08:33:53 +01:00
parent 127e2d9b40
commit 0e83460939
No known key found for this signature in database
GPG key ID: 3676AB4CB36E5641

View file

@ -43,7 +43,7 @@
ragon.services.tailscale.enable = true;
networking.useDHCP = true;
services.mjpg-streamer.enable = true;
services.mjpg-streamer.inputPlugin = "input_uvc.so -d /dev/video1 -r 1280x720 -f 15 -u";
services.mjpg-streamer.inputPlugin = "input_uvc.so -d /dev/video0 -r 1280x720 -f 15 -u";
services.octoprint = {
enable = true;
plugins = plugins: with plugins; [ telegram ];