From fc68e0fb5974d06d41b97833009c7ce3da91b84c Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sun, 2 Mar 2025 17:22:34 -0500 Subject: [PATCH] fix nextcloud image --- 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 7b57fbc..9665c72 100644 --- a/systems/palatine-hill/docker/nextcloud.nix +++ b/systems/palatine-hill/docker/nextcloud.nix @@ -8,7 +8,7 @@ let # nextcloud-image = import ./nextcloud-image { inherit pkgs; }; nextcloud-base = { # image comes from running docker compose build in nextcloud-docker/.examples/full/apache - image = "nextcloud:stable"; + image = "nextcloud-nextcloud"; hostname = "nextcloud"; volumes = [ "${nextcloud_path}/nc_data:/var/www/html:z"