From 5846a93cf2e25004d47d61c959f8bd64a8b680e5 Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Thu, 31 Jul 2025 14:01:33 +0530 Subject: [PATCH] feat: Added immich --- nixos/mirai/services/immich.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/nixos/mirai/services/immich.nix b/nixos/mirai/services/immich.nix index 887ef38e..f2df8804 100644 --- a/nixos/mirai/services/immich.nix +++ b/nixos/mirai/services/immich.nix @@ -37,6 +37,15 @@ }, "server": { "externalDomain": "https://photos.darksailor.dev" + }, + { + "machineLearning": { + "enabled": true, + "urls": [ + "http://ryu:3003" + "http://localhost:3003", + ], + } } } '';