nixos-configs/devices/nos/modules/arion/nextcloud/images/nextcloud.nix

9 lines
286 B
Nix
Raw Normal View History

2024-02-23 00:34:43 -05:00
pkgs:
pkgs.dockerTools.pullImage {
imageName = "nextcloud";
2024-07-07 02:10:08 -04:00
imageDigest = "sha256:d2dc74b2ce5fc6b06e1bf454320bb6388817757b41314a0214af4eac278a3c42";
sha256 = "0l5325msrbgzi5zhr9yjbvpnfn8i7p4nbiigbviriq1wsl24rkmw";
2024-02-23 00:34:43 -05:00
finalImageName = "nextcloud";
2024-07-01 00:27:07 -04:00
finalImageTag = "29.0.3-fpm";
2024-02-23 00:34:43 -05:00
}