From deb59aeba20a2001b07136d6eef218c72c021c9d Mon Sep 17 00:00:00 2001 From: ediblerope Date: Wed, 21 Jan 2026 12:57:22 +0000 Subject: [PATCH] Update go2rtc.nix --- services/go2rtc.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/go2rtc.nix b/services/go2rtc.nix index afc2878..a034da4 100644 --- a/services/go2rtc.nix +++ b/services/go2rtc.nix @@ -19,7 +19,7 @@ # --- Go2RTC --- containers."go2rtc" = { - image = "blakeblackshear/go2rtc:latest"; + image = "alexxit/go2rtc:latest"; volumes = [ "/home/fred/docker/go2rtc/config.yml:/config/config.yml:ro" ];