diff --git a/networking/firewall.mod.nix b/networking/firewall.mod.nix index be51344..9ae4b3a 100644 --- a/networking/firewall.mod.nix +++ b/networking/firewall.mod.nix @@ -43,6 +43,7 @@ 64738 # murmur udp 6700 # grafana web 6750 # prometheus data ap + 7893 ]; }; } @@ -56,7 +57,7 @@ 80 # http 222 # forgejo ssh 443 # https - 8448 # matrix/conduit port, i think ? + 8448 # matrix/conduwuit port, i think ? 64738 # murmur tcp ]; interfaces.eth0.allowedUDPPorts = [ diff --git a/services/social/conduit.mod.nix b/services/social/conduit.mod.nix index 7cb740d..9bb987d 100644 --- a/services/social/conduit.mod.nix +++ b/services/social/conduit.mod.nix @@ -5,12 +5,11 @@ config, ... }: { - services.matrix-conduit = { + services.conduwuit = { enable = true; package = conduwuit.packages.x86_64-linux.default; settings.global = { - server_name = "collective-conciousness.monster"; - database_backend = "rocksdb"; + server_name = "noƶsphere"; max_request_size = 1024 * 1024 * 1024; address = "127.0.0.1"; port = 7893;