immich: fix serverMountDeps

This commit is contained in:
Simon Gardling 2025-03-22 20:50:31 -04:00
parent f3fe629666
commit 7ba8e8b3e7
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -8,7 +8,8 @@
}: }:
{ {
imports = [ imports = [
(serviceMountDeps "immich" [ config.services.immich.mediaLocation ]) (serviceMountDeps "immich-server" [ config.services.immich.mediaLocation ])
(serviceMountDeps "immich-machine-learning" [ config.services.immich.mediaLocation ])
]; ];
services.immich = { services.immich = {