diff --git a/services/social/conduit.mod.nix b/services/social/conduit.mod.nix index 056d237..5374c94 100644 --- a/services/social/conduit.mod.nix +++ b/services/social/conduit.mod.nix @@ -9,7 +9,7 @@ enable = true; package = conduwuit.packages.x86_64-linux.default; settings.global = { - server_name = "noƶsphere"; + server_name = "noosphere"; max_request_size = 1024 * 1024 * 1024; address = ["127.0.0.1"]; port = [7893];