From 663640a4f77c0884f87c492d57eb50aa4dfacb73 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sun, 1 Jun 2025 18:36:37 -0400 Subject: [PATCH] newer -> always Signed-off-by: ahuston-0 --- systems/palatine-hill/docker/nextcloud.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/palatine-hill/docker/nextcloud.nix b/systems/palatine-hill/docker/nextcloud.nix index 340e6b0..132fef2 100644 --- a/systems/palatine-hill/docker/nextcloud.nix +++ b/systems/palatine-hill/docker/nextcloud.nix @@ -33,7 +33,7 @@ in }; redis = { image = "redis:latest"; - pull = "newer"; + pull = "always"; user = "600:600"; volumes = [ "${config.sops.secrets."docker/redis".path}:/usr/local/etc/redis/redis.conf"