From 7ba8e8b3e7d405d6e42818f0bcdcd3b7bdb103a0 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Sat, 22 Mar 2025 20:50:31 -0400 Subject: [PATCH] immich: fix serverMountDeps --- services/immich.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/services/immich.nix b/services/immich.nix index 1adafa0..67b3117 100644 --- a/services/immich.nix +++ b/services/immich.nix @@ -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 = {