From 8832017dab4c59caad89b19e1209cb09bcc6076c Mon Sep 17 00:00:00 2001 From: chaos Date: Tue, 17 Dec 2024 12:05:58 +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 2b098ce..9fc3786 100644 --- a/hosts/hetzner-arm/profiles/photoprism.nix +++ b/hosts/hetzner-arm/profiles/photoprism.nix @@ -104,7 +104,7 @@ in { }; }; extraConfig = '' - client_max_body_size ${toString 1024*32}M; + client_max_body_size ${toString (1024*32)}M; ''; };