update nixpkgs and immich

This commit is contained in:
Joakim Repomaa
2024-10-25 11:54:01 +03:00
parent ee2fd183f3
commit 89d7e656f9
2 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
{ pkgs, lib, ... }:
let
immich_version = "v1.116.2";
immich_version = "v1.118.2";
storage_dir = "/mnt/storage/syncthing";
immich_data_dir = "/mnt/storage/immich";
@@ -115,7 +115,7 @@ in
"${storage_dir}:${storage_dir}:ro"
];
ports = [
"2283:3001/tcp"
"2283:2283/tcp"
];
dependsOn = [
"immich_postgres"