mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
nixos/lemmy: Move pictrs url from pictrs_url to pictrs.url
The upstream config schema changed.
This commit is contained in:
parent
2bc5b80182
commit
c88c434c34
1 changed files with 3 additions and 1 deletions
|
@ -90,7 +90,9 @@ in
|
||||||
{
|
{
|
||||||
bind = "127.0.0.1";
|
bind = "127.0.0.1";
|
||||||
tls_enabled = true;
|
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;
|
actor_name_max_length = 20;
|
||||||
|
|
||||||
rate_limit.message = 180;
|
rate_limit.message = 180;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue