diff --git a/murex.nix b/murex.nix index e4cadaa..48601f6 100644 --- a/murex.nix +++ b/murex.nix @@ -164,7 +164,10 @@ ''; }; - services.mjpg-streamer.enable = true; + services.mjpg-streamer = { + enable = true; + inputPlugin = "input_uvc.so -r 1920x1080"; + }; networking.firewall = { enable = true;