Home

dotnix @dec162e101e4ed1c9290504f9e3a232596efa5c4 - refs - log -
-
https://git.jolheiser.com/dotnix.git
My nix dotfiles
dotnix / machines / dragonwell / gotosocial.nix
- raw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
{
  services.gotosocial = {
    enable = true;
    settings = {
      application-name = "jolheiser GtS";
      host = "social.jolheiser.com";
      port = 4686;
      accounts-registration-open = false;
      landing-page-user = "jolheiser";
    };
  };
}