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";