HermitCollective.nix/services/iceshrimp.nix

15 lines
392 B
Nix
Raw Normal View History

2024-03-06 09:25:15 +00:00
# FUCK
{
services.iceshrimp = {
enable = true; # Actually enable the module
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!!
};
};
}