Update go2rtc.nix

This commit is contained in:
ediblerope 2026-01-21 12:57:22 +00:00 committed by GitHub
parent b31d3214c7
commit deb59aeba2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,7 @@
# --- Go2RTC --- # --- Go2RTC ---
containers."go2rtc" = { containers."go2rtc" = {
image = "blakeblackshear/go2rtc:latest"; image = "alexxit/go2rtc:latest";
volumes = [ volumes = [
"/home/fred/docker/go2rtc/config.yml:/config/config.yml:ro" "/home/fred/docker/go2rtc/config.yml:/config/config.yml:ro"
]; ];