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"; }; };