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

6
flake.lock generated
View File

@@ -184,11 +184,11 @@
},
"nixpkgs_4": {
"locked": {
"lastModified": 1727348695,
"narHash": "sha256-J+PeFKSDV+pHL7ukkfpVzCOO7mBSrrpJ3svwBFABbhI=",
"lastModified": 1729665710,
"narHash": "sha256-AlcmCXJZPIlO5dmFzV3V2XF6x/OpNWUV8Y/FMPGd8Z4=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "1925c603f17fc89f4c8f6bf6f631a802ad85d784",
"rev": "2768c7d042a37de65bb1b5b3268fc987e534c49d",
"type": "github"
},
"original": {

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"