From 12a820aa4ae305eafb07de772d40450c8014c7c9 Mon Sep 17 00:00:00 2001 From: Philip Peterson <1326208+philip-peterson@users.noreply.github.com> Date: Tue, 14 Jan 2025 21:01:29 -0900 Subject: [PATCH] try fix --- nixos/linux.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/linux.nix b/nixos/linux.nix index dbbe42e..e052a42 100644 --- a/nixos/linux.nix +++ b/nixos/linux.nix @@ -152,7 +152,7 @@ in { "nextcloud" = { autoStart = true; - image = "nextcloud/28-apache@sha256:c76d434dcac42bc6a9fae6962a16690c684bbfc1ada854879126ce0a169af16a"; + image = "nextcloud/28-apache@sha256:ed95d344718ec86df96886b4b3465a9ce553c08b44b47306d399f0f201b04cb3"; volumes = [ ]; environment = { }; ports = ["8087:80"];