From 8ed124b46bd52b8db808bec486f8509baba51f00 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Mon, 22 Dec 2025 23:06:37 -0500 Subject: [PATCH] add image pull to arr --- systems/palatine-hill/docker/arr.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/systems/palatine-hill/docker/arr.nix b/systems/palatine-hill/docker/arr.nix index 2f087eb..6d1958d 100644 --- a/systems/palatine-hill/docker/arr.nix +++ b/systems/palatine-hill/docker/arr.nix @@ -49,6 +49,7 @@ in virtualisation.oci-containers.containers = { bazarr = { image = "ghcr.io/linuxserver/bazarr:latest"; + pull = "always"; ports = [ "6767:6767" ]; hostname = "bazarr"; environment = { @@ -72,6 +73,7 @@ in }; prowlarr = { image = "ghcr.io/linuxserver/prowlarr:latest"; + pull = "always"; ports = [ "9696:9696" ]; hostname = "prowlarr"; environment = { @@ -86,6 +88,7 @@ in }; radarr = { image = "ghcr.io/linuxserver/radarr:latest"; + pull = "always"; ports = [ "7878:7878" ]; hostname = "radarr"; environment = { @@ -103,6 +106,7 @@ in }; sonarr = { image = "ghcr.io/linuxserver/sonarr:latest"; + pull = "always"; ports = [ "8989:8989" ]; hostname = "sonarr"; environment = { @@ -120,6 +124,7 @@ in }; lidarr = { image = "ghcr.io/linuxserver/lidarr:latest"; + pull = "always"; ports = [ "8686:8686" ]; hostname = "lidarr"; environment = { @@ -137,6 +142,7 @@ in }; unpackerr = { image = "golift/unpackerr:latest"; + pull = "always"; user = "600:100"; hostname = "unpackerr"; environment = { @@ -151,6 +157,7 @@ in }; notifiarr = { image = "golift/notifiarr:latest"; + pull = "always"; ports = [ "5454:5454" ]; user = "600:100"; hostname = "notifiarr"; @@ -168,6 +175,7 @@ in }; jellyseerr = { image = "fallenbagel/jellyseerr:latest"; + pull = "always"; hostname = "jellyseerr"; environment = { PUID = "600";