From 7b4c1d7dd09b97c06ca42f4d3d28c3f6980cba16 Mon Sep 17 00:00:00 2001 From: chaos Date: Mon, 16 Dec 2024 14:48:23 +0000 Subject: [PATCH] work on photoprism --- hosts/hetzner-arm/profiles/photoprism.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/hetzner-arm/profiles/photoprism.nix b/hosts/hetzner-arm/profiles/photoprism.nix index 97e4037..4138fa6 100644 --- a/hosts/hetzner-arm/profiles/photoprism.nix +++ b/hosts/hetzner-arm/profiles/photoprism.nix @@ -47,7 +47,7 @@ in { services.photoprism = { enable = true; originalsPath = "/Photos"; - config = { + settings = { PHOTOPRISM_SITE_URL = "https://photoprism.owo.monster"; }; };