From 127e2d9b40e4de2b36eebc2496c9f8997c1b5364 Mon Sep 17 00:00:00 2001 From: Philipp Hochkamp Date: Sun, 6 Nov 2022 08:29:12 +0100 Subject: [PATCH] :s/video0/video1 --- hosts/octopi/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/octopi/default.nix b/hosts/octopi/default.nix index 40dffeeb..d7abf235 100644 --- a/hosts/octopi/default.nix +++ b/hosts/octopi/default.nix @@ -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/video0 -r 1280x720 -f 15 -u"; + services.mjpg-streamer.inputPlugin = "input_uvc.so -d /dev/video1 -r 1280x720 -f 15 -u"; services.octoprint = { enable = true; plugins = plugins: with plugins; [ telegram ];