diff --git a/freun.dev/gotosocial.nix b/freun.dev/gotosocial.nix index 87a3c7d..536c5b8 100644 --- a/freun.dev/gotosocial.nix +++ b/freun.dev/gotosocial.nix @@ -14,7 +14,8 @@ in bind-address = "localhost"; instance-languages = [ "de" "fi" "en" ]; instance-inject-mastodon-version = true; - accounts-registrations-open = true; + accounts-registration-open = true; + instance-expose-public-timeline = true; letsencrypt-enabled = false; smtp-host = "horologium.uberspace.de"; smtp-port = 587;