From 336748c525d86ca648f99ca2fdcd5839e9cd2c17 Mon Sep 17 00:00:00 2001 From: chaos Date: Mon, 16 Dec 2024 16:11:45 +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 aa31da2..4137d05 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 = "true"; + PHOTOPRISM_DISABLE_TENSORFLOW = "false"; PHOTOPRISM_DISABLE_PLACES = "true"; PHOTOPRISM_DETECT_NSFW = "false"; PHOTOPRISM_UPLOAD_NSFW = "true"; PHOTOPRISM_DISABLE_FACES = "true"; - PHOTOPRISM_DISABLE_CLASSIFICATION = "true"; + PHOTOPRISM_DISABLE_CLASSIFICATION = "false"; }; };