From 41c598d308528f7251902dd1e4152f8c678ec512 Mon Sep 17 00:00:00 2001 From: Tigor Hutasuhut Date: Tue, 25 Jun 2024 11:39:37 +0700 Subject: [PATCH] photoprism: update config --- system/services/photoprism.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/system/services/photoprism.nix b/system/services/photoprism.nix index d5cacc5..5fa8755 100644 --- a/system/services/photoprism.nix +++ b/system/services/photoprism.nix @@ -30,6 +30,11 @@ in passwordFile = config.sops.secrets."photoprism/admin_password".path; settings = { PHOTOPRISM_ADMIN_USER = "hutasuhut"; + PHOTOPRISM_INDEX_SCHEDULE = "0 */6 * * *"; + PHOTOPRISM_DEFAULT_TIMEZONE = "Asia/Jakarta"; + PHOTOPRISM_SITE_AUTHOR = "Tigor Hutasuhut"; + + PHOTOPRISM_FACE_CLUSTER_CORE = "3"; }; }; };