Update go2rtc.nix

This commit is contained in:
ediblerope 2026-01-21 11:45:07 +00:00 committed by GitHub
parent 1ecc22e03f
commit 2007cfa7ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,17 +14,16 @@
"/home/fred/docker/authelia/secrets:/secrets:ro"
];
ports = [ "9091:9091" ];
extraOptions = "--restart unless-stopped";
extraOptions = [ "--restart" "unless-stopped" ];
};
# Go2RTC
containers."go2rtc" = {
image = "blakeblackshear/go2rtc:latest";
volumes = [
"/home/fred/docker/go2rtc/config.yml:/config/config.yml:ro"
];
ports = [ "1984:1984" ];
extraOptions = "--restart unless-stopped";
extraOptions = [ "--restart" "unless-stopped" ];
};
};
# Create directories for local secrets