diff --git a/nixos/hosts/mango/default.nix b/nixos/hosts/mango/default.nix index dcda94b..f026dce 100644 --- a/nixos/hosts/mango/default.nix +++ b/nixos/hosts/mango/default.nix @@ -19,6 +19,9 @@ server_name = "sapphic.engineer"; port = 6167; address = "::"; + allow_registration = true; + allow_federation = true; + allow_check_for_updates = true; }; };