work on photoprism

This commit is contained in:
chaos 2024-12-17 12:05:10 +00:00
parent b891eec9c5
commit db76842b94

View file

@ -103,6 +103,9 @@ in {
proxyWebsockets = true; proxyWebsockets = true;
}; };
}; };
extraConfig = ''
client_max_body_size ${toString 1024*32}M;
'';
}; };
programs.fuse.userAllowOther = true; programs.fuse.userAllowOther = true;