From 629079b45e02a3538e3d3bf1e10a080a63588bea Mon Sep 17 00:00:00 2001 From: Joakim Repomaa Date: Tue, 16 Jul 2024 11:16:08 +0300 Subject: [PATCH] pin immich version --- immich.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/immich.nix b/immich.nix index c839142..ed54ce1 100644 --- a/immich.nix +++ b/immich.nix @@ -1,7 +1,7 @@ { pkgs, lib, ... }: let - immich_version = "release"; + immich_version = "v1.108.0"; storage_dir = "/mnt/storage/syncthing"; immich_data_dir = "/mnt/storage/immich";