mirror of https://git.jolheiser.com/dotnix.git
13 lines
257 B
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";
|
||
|
};
|
||
|
};
|
||
|
}
|