update nixpkgs and immich
This commit is contained in:
6
flake.lock
generated
6
flake.lock
generated
@@ -184,11 +184,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs_4": {
|
"nixpkgs_4": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1727348695,
|
"lastModified": 1729665710,
|
||||||
"narHash": "sha256-J+PeFKSDV+pHL7ukkfpVzCOO7mBSrrpJ3svwBFABbhI=",
|
"narHash": "sha256-AlcmCXJZPIlO5dmFzV3V2XF6x/OpNWUV8Y/FMPGd8Z4=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "1925c603f17fc89f4c8f6bf6f631a802ad85d784",
|
"rev": "2768c7d042a37de65bb1b5b3268fc987e534c49d",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{ pkgs, lib, ... }:
|
{ pkgs, lib, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
immich_version = "v1.116.2";
|
immich_version = "v1.118.2";
|
||||||
storage_dir = "/mnt/storage/syncthing";
|
storage_dir = "/mnt/storage/syncthing";
|
||||||
immich_data_dir = "/mnt/storage/immich";
|
immich_data_dir = "/mnt/storage/immich";
|
||||||
|
|
||||||
@@ -115,7 +115,7 @@ in
|
|||||||
"${storage_dir}:${storage_dir}:ro"
|
"${storage_dir}:${storage_dir}:ro"
|
||||||
];
|
];
|
||||||
ports = [
|
ports = [
|
||||||
"2283:3001/tcp"
|
"2283:2283/tcp"
|
||||||
];
|
];
|
||||||
dependsOn = [
|
dependsOn = [
|
||||||
"immich_postgres"
|
"immich_postgres"
|
||||||
|
|||||||
Reference in New Issue
Block a user