diff --git a/hosts/vno1-gdrx/configuration.nix b/hosts/vno1-gdrx/configuration.nix index 5df4e22..30fc7fa 100644 --- a/hosts/vno1-gdrx/configuration.nix +++ b/hosts/vno1-gdrx/configuration.nix @@ -1,5 +1,4 @@ { - lib, pkgs, config, myData, @@ -78,19 +77,6 @@ in hardware.cpu.intel.updateMicrocode = true; nixpkgs.hostPlatform = "x86_64-linux"; - services.mediamtx = { - enable = true; - allowVideoAccess = true; - settings = { - paths = { - cam = { - runOnInit = "${lib.getExe pkgs.ffmpeg} -f v4l2 -i /dev/video0 -f rtsp rtsp://localhost:$RTSP_PORT/$RTSP_PATH"; - runOnInitRestart = true; - }; - }; - }; - }; - mj = { stateVersion = "24.05"; timeZone = "Europe/Vilnius";