From 9bc68bc617eca58db7fd2de8795a017d9c6539f7 Mon Sep 17 00:00:00 2001 From: noe Date: Fri, 29 Dec 2023 22:12:54 -0500 Subject: [PATCH] mango: federate --- nixos/hosts/mango/default.nix | 3 +++ 1 file changed, 3 insertions(+) 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; }; };