dotnix/machines/dragonwell/gotosocial.nix

13 lines
257 B
Nix

{
services.gotosocial = {
enable = true;
settings = {
application-name = "jolheiser GtS";
host = "social.jolheiser.com";
port = 4686;
accounts-registration-open = false;
landing-page-user = "jolheiser";
};
};
}