Fixed iceshimp (for now_

Main
hermitcollective.net 2024-03-06 10:46:38 +01:00
parent 675b9cb280
commit 9f9f985ca7
1 changed files with 5 additions and 2 deletions

View File

@ -3,13 +3,16 @@
{
services.iceshrimp = {
enable = true; # Actually enable the module
configureNginx = true;
configureNginx = {
enable = true;
};
stateDir = "/var/lib/iceshrimp";
mediaDir = "/var/lib/iceshrimp/files";
settings = {
url = "https://mastodon.hermitcollective.net";
maxNoteLength = 35124; # Length of the GPL3 + long;
maxCaptionLength = 5000; # We did it HermitCollective!! We solved accesibility!!
maxCaptionLength = 5000; # We did it HermitCollective!! We solved accesibility!
ssl = true;
};
};
}