Update go2rtc.nix

This commit is contained in:
ediblerope 2026-01-21 13:30:29 +00:00 committed by GitHub
parent deb59aeba2
commit 8c62c45033
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,7 @@
containers."go2rtc" = { containers."go2rtc" = {
image = "alexxit/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/go2rtc.yaml:"
]; ];
ports = [ "1984:1984" ]; ports = [ "1984:1984" ];
}; };