diff --git a/systems/palatine-hill/docker/nextcloud-image/nextcloud-apache.nix b/systems/palatine-hill/docker/nextcloud-image/nextcloud-apache.nix index ffcd441..a9c8df2 100644 --- a/systems/palatine-hill/docker/nextcloud-image/nextcloud-apache.nix +++ b/systems/palatine-hill/docker/nextcloud-image/nextcloud-apache.nix @@ -1 +1,7 @@ -{ } +{ + imageName = "nextcloud"; + imageDigest = "sha256:3ad47054206bdf4ad03cc33bd2a3691d9df277e21d1b081cd7c8bdb60dc5219f"; + sha256 = "02sfj5lj8l813z62zvm0gbcaz7aczjjrpisdf0v8s7fxv2vxyk69"; + finalImageName = "nextcloud"; + finalImageTag = "apache"; +}