From 151f5838b23a9f626f914f70d8ca7227b123f219 Mon Sep 17 00:00:00 2001 From: Natsu Kagami Date: Fri, 1 Mar 2024 13:54:08 +0100 Subject: [PATCH] Update gts instance info --- modules/cloud/gotosocial/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/cloud/gotosocial/default.nix b/modules/cloud/gotosocial/default.nix index 9d9a424..9b7bc32 100644 --- a/modules/cloud/gotosocial/default.nix +++ b/modules/cloud/gotosocial/default.nix @@ -58,6 +58,11 @@ in account-domain = cfg.accountDomain; bind-address = "localhost"; port = cfg.port; + # Instance + instance-languages = [ "en-ca" "vi" ]; + # Accounts + accounts-registration-open = false; + accounts-allow-custom-css = true; # Database db-type = "postgres"; db-address = "/run/postgresql"; # Use socket