From 7da058389e4f8ecbd15f9a90b04a21ab7c0523c4 Mon Sep 17 00:00:00 2001 From: chaos Date: Mon, 16 Dec 2024 18:33:37 +0000 Subject: [PATCH] work on photoprism --- hosts/hetzner-arm/profiles/photoprism.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/hetzner-arm/profiles/photoprism.nix b/hosts/hetzner-arm/profiles/photoprism.nix index acfd294..ca5085c 100644 --- a/hosts/hetzner-arm/profiles/photoprism.nix +++ b/hosts/hetzner-arm/profiles/photoprism.nix @@ -79,12 +79,12 @@ in { PHOTOPRISM_SIDECAR_PATH = "/Photos/sidecar"; - PHOTOPRISM_DISABLE_TENSORFLOW = "false"; + PHOTOPRISM_DISABLE_TENSORFLOW = "true"; PHOTOPRISM_DISABLE_PLACES = "true"; PHOTOPRISM_DETECT_NSFW = "false"; PHOTOPRISM_UPLOAD_NSFW = "true"; PHOTOPRISM_DISABLE_FACES = "true"; - PHOTOPRISM_DISABLE_CLASSIFICATION = "false"; + PHOTOPRISM_DISABLE_CLASSIFICATION = "true"; }; };