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", + ], + } } } '';