I bet this won't fix it :S

Main
Johannes Hendrik Gerard van der Weide 2024-03-06 11:08:26 +01:00
parent 60b1465c85
commit d9f0b2a361
1 changed files with 17 additions and 11 deletions

View File

@ -1,18 +1,24 @@
# FUCK
{
services.iceshrimp = {
enable = true; # Actually enable the module
configureNginx = {
enable = false;
services = {
iceshrimp = {
enable = true; # Actually enable the module
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!
ssl = 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!
ssl = true;
nginx.virtualHosts."mastodon.hermitcollective.net" = {
forceSSL = true;
enableACME = true;
};
};
}