diff --git a/modules/camera.nix b/modules/camera.nix index a0a812f..c8a8176 100644 --- a/modules/camera.nix +++ b/modules/camera.nix @@ -1,7 +1,3 @@ { config, ... }: -{ - services.mjpg-streamer.enable = true; - services.mjpg-streamer.inputPlugin = "input_uvc.so -vf true"; - networking.firewall.allowedTCPPorts = [ 5050 ]; -} +{ }