diff --git a/machines/newton/services.nix b/machines/newton/services.nix index dca35c9..a6771da 100644 --- a/machines/newton/services.nix +++ b/machines/newton/services.nix @@ -79,9 +79,9 @@ in enable = true; passwordFile = secrets."photoprism/password".path; originalsPath = "/srv/data/photos"; - extraConfig = { + settings = { PHOTOPRISM_ADMIN_USER = "felix"; - PHOTOPRISM_READONLY = "true"; + PHOTOPRISM_SPONSOR = "true"; }; }; ssh-server = {