update overseerr
Some checks are pending
Plex Update / update (push) Waiting to run

This commit is contained in:
Vivian 2025-05-05 19:49:25 +02:00
parent 80cbfcd310
commit 8a9e751c34
2 changed files with 77 additions and 246 deletions

View file

@ -2,7 +2,7 @@ _: {
networking.firewall.allowedTCPPorts = [ 5055 ];
# TODO: Write NixOS package https://github.com/NixOS/nixpkgs/issues/135885
virtualisation.oci-containers.containers.overseerr = {
image = "ghcr.io/sct/overseerr:1.33.2";
image = "ghcr.io/sct/overseerr:1.34.0";
environment = { TZ = "Europe/Amsterdam"; };
ports = [ "5055:5055" ];
volumes = [ "/var/lib/overseerr/config:/app/config" ];