I bet this won't fix it :S
parent
60b1465c85
commit
d9f0b2a361
|
@ -1,18 +1,24 @@
|
||||||
# FUCK
|
# FUCK
|
||||||
|
|
||||||
{
|
{
|
||||||
services.iceshrimp = {
|
services = {
|
||||||
enable = true; # Actually enable the module
|
iceshrimp = {
|
||||||
configureNginx = {
|
enable = true; # Actually enable the module
|
||||||
enable = false;
|
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";
|
nginx.virtualHosts."mastodon.hermitcollective.net" = {
|
||||||
mediaDir = "/var/lib/iceshrimp/files";
|
forceSSL = true;
|
||||||
settings = {
|
enableACME = true;
|
||||||
url = "https://mastodon.hermitcollective.net";
|
|
||||||
maxNoteLength = 35124; # Length of the GPL3 + long;
|
|
||||||
maxCaptionLength = 5000; # We did it HermitCollective!! We solved accesibility!
|
|
||||||
ssl = true;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue