From 1ae555e854a716a25f95fc17ee78cf911105ab53 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Mon, 8 Sep 2025 16:28:08 -0600 Subject: [PATCH] updated lidarr --- modules/servers/lidarr.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/servers/lidarr.nix b/modules/servers/lidarr.nix index 5db1254..20aefc6 100644 --- a/modules/servers/lidarr.nix +++ b/modules/servers/lidarr.nix @@ -9,7 +9,7 @@ in networking.firewall.allowedTCPPorts = lib.mkIf (!cfg.isLocal) [ cfg.port ]; virtualisation.oci-containers.containers.lidarr = lib.mkIf cfg.enable { autoStart = true; - image = "linuxserver/lidarr:version-2.12.4.4658"; + image = "linuxserver/lidarr:version-2.13.3.4711"; ports = [ "${toString cfg.port}:${toString cfg.port}" ]; environment = { TZ = config.my.timeZone;