nixos/lemmy: Move pictrs url from pictrs_url to pictrs.url

The upstream config schema changed.
This commit is contained in:
adisbladis 2023-07-13 15:39:59 +12:00
parent 2bc5b80182
commit c88c434c34

View file

@ -90,7 +90,9 @@ in
{
bind = "127.0.0.1";
tls_enabled = true;
pictrs_url = with config.services.pict-rs; "http://${address}:${toString port}";
pictrs = {
url = with config.services.pict-rs; "http://${address}:${toString port}";
};
actor_name_max_length = 20;
rate_limit.message = 180;