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-05-11 23:20:45 -04:00
imageDigest = "sha256:40d0756a47199d7fa8d6a4a72e555f79ee760dbaf3cae199c7eb21d766785d9b";
sha256 = "1sjmsc5k916h6m09f53z401qvnc0w3lqm88s5ics4hh8h428vcx5";
2024-02-23 00:34:43 -05:00
finalImageName = "nextcloud";
2024-05-10 14:18:50 -04:00
finalImageTag = "29.0.0-fpm";
2024-02-23 00:34:43 -05:00
}