diff --git a/configurations/camelot/gotosocial.nix b/configurations/camelot/gotosocial.nix index 6a9da7e..ad80685 100644 --- a/configurations/camelot/gotosocial.nix +++ b/configurations/camelot/gotosocial.nix @@ -18,6 +18,10 @@ in host = "gts.dalaran.fr"; account-domain = "dalaran.fr"; bind-address = "localhost"; + instance-languages = [ + "en" + "fr" + ]; }; };