Merge branch 'Main' of git.saragerretsen.nl:Hertog/HermitCollective.nix into Main
I forgot to pull :(Main
commit
ee7e69700d
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue