From 694fdc89f7d4f6b861c4121bb2023203e96a4fe7 Mon Sep 17 00:00:00 2001 From: niten Date: Mon, 20 May 2024 20:18:24 -0700 Subject: [PATCH] Rename the service immich -> immich-ml --- immich-ml-container.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/immich-ml-container.nix b/immich-ml-container.nix index c2bc046..ad72b7b 100644 --- a/immich-ml-container.nix +++ b/immich-ml-container.nix @@ -33,7 +33,7 @@ in { config = mkIf cfg.enable { systemd.tmpfiles.rules = [ "d ${cfg.state-directory} 0750 root root - -" ]; - virtualisation.arion.projects.immich.settings = let + virtualisation.arion.projects.immich-ml.settings = let image = { ... }: { project.name = "immich-ml"; services.immich-ml = {