Skip to content

Commit

Permalink
immich: 1.119.1 -> 1.120.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda committed Nov 6, 2024
1 parent 90fcec9 commit e5c265e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
7 changes: 6 additions & 1 deletion nixos/modules/services/web-apps/immich.nix
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ in
description = ''
Configuration for Immich.
See <https://immich.app/docs/install/config-file/> or navigate to
<https://your-immich-domain/admin/system-settings> for
<https://my.immich.app/admin/system-settings> for
options and defaults.
Setting it to `null` allows configuring Immich in the web interface.
'';
Expand Down Expand Up @@ -317,6 +317,11 @@ in
after = [ "network.target" ];
wantedBy = [ "multi-user.target" ];
inherit (cfg) environment;
path = [
# gzip and pg_dumpall are used by the backup service
pkgs.gzip
config.services.postgresql.package
];

serviceConfig = commonServiceConfig // {
ExecStart = lib.getExe cfg.package;
Expand Down
20 changes: 10 additions & 10 deletions pkgs/by-name/im/immich/sources.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"version": "1.119.1",
"hash": "sha256-T+bIL2LaVNgFT3xBUxiEzhyDiLpw/WU7mxttuJD39SQ=",
"version": "1.120.0",
"hash": "sha256-SpqVjkZfP6Vr/3/QVpWgd4nEbuGXPrjFH8L3kb4Cn/E=",
"components": {
"cli": {
"npmDepsHash": "sha256-kTBlo6eIPswZC0GQG7IoqQZ5b7wPEXFaD/SuuaEQMEg=",
"version": "2.2.28"
"npmDepsHash": "sha256-iXsmICRNEXlwv98gcLhb/7IhOGP9U6dvhg83t7ETyRg=",
"version": "2.2.29"
},
"server": {
"npmDepsHash": "sha256-zgzqh3TyafPKuk5RZ2I/haYFzMVlI4jGnwD5XLqTBdg=",
"version": "1.119.1"
"npmDepsHash": "sha256-Y0OHQ01EKbPToFl3OWIZizvRU2WcGP6XfRZBsnxNur8=",
"version": "1.120.0"
},
"web": {
"npmDepsHash": "sha256-LPtsMzF7yYGrrpDoYoba6OQphKY7AvGbJpPc5pS4eFU=",
"version": "1.119.1"
"npmDepsHash": "sha256-PLW3g/obnYhrIDOCUJM5flnOAb451a2Prw/BEX5AMnY=",
"version": "1.120.0"
},
"open-api/typescript-sdk": {
"npmDepsHash": "sha256-dyKmDez8jO6p+cmSa2KMe9zzhXn4on3aFUMdep+gjzU=",
"version": "1.119.1"
"npmDepsHash": "sha256-DrODeU9xiX0wpO/1rlv48KcAKCRWX5kU46DxjVo6iLw=",
"version": "1.120.0"
}
}
}

0 comments on commit e5c265e

Please sign in to comment.