From 7a4bace017c306369e75c0893e1dcc6bd8b3518a Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sun, 15 Jun 2025 16:13:04 -0400 Subject: [PATCH] Update systems/palatine-hill/docker/nextcloud.nix --- systems/palatine-hill/docker/nextcloud.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/systems/palatine-hill/docker/nextcloud.nix b/systems/palatine-hill/docker/nextcloud.nix index 132fef2..d88567f 100644 --- a/systems/palatine-hill/docker/nextcloud.nix +++ b/systems/palatine-hill/docker/nextcloud.nix @@ -9,7 +9,8 @@ let nextcloud-base = { # image comes from running docker compose build in nextcloud-docker/.examples/full/apache image = "nextcloud-nextcloud"; - pull = "always"; + # pull = "always"; + # do NOT enable pull here, this image is generated based on a custom docker image hostname = "nextcloud"; volumes = [ "${nextcloud_path}/nc_data:/var/www/html:z"