Merge branch 'Main' of git.saragerretsen.nl:Hertog/HermitCollective.nix into Main

I forgot to pull :(
Main
Johannes Hendrik Gerard van der Weide 2024-03-06 10:49:44 +01:00
commit ee7e69700d
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;
};
};
}