immich: fix serverMountDeps

This commit is contained in:
2025-03-22 20:50:31 -04:00
parent 430b3ead50
commit edd0b9939b

View File

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