Try and put some stuff in config

This commit is contained in:
Lillian-Violet 2023-11-25 13:53:13 +01:00
parent 93c4b9a90c
commit 44aca3fc2a

View file

@ -25,5 +25,16 @@
forceSSL = true;
serverName = "akkoma.gladtherescake.eu";
};
config = {
":pleroma".":instance" = {
name = "GLaDTheresCake Akkoma";
email = "akkoma@gladtherescake.eu";
notify_email = "no-reply@akkoma.gladtherescake.eu";
languages = ["en" "nl"];
registrations_open = false;
max_pinned_statuses = 10;
cleanup_attachments = true;
};
};
};
}