From 7f59ae2652811d4df6ad73e8d9e1432f8f52430f Mon Sep 17 00:00:00 2001 From: k3t Date: Tue, 28 Jul 2026 11:15:22 -0600 Subject: [PATCH] bind continuwuity to 0.0.0.0 --- hosts/nixcloud/services.d/matrix.d/homeserver.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/nixcloud/services.d/matrix.d/homeserver.nix b/hosts/nixcloud/services.d/matrix.d/homeserver.nix index 3a8c795..446df30 100644 --- a/hosts/nixcloud/services.d/matrix.d/homeserver.nix +++ b/hosts/nixcloud/services.d/matrix.d/homeserver.nix @@ -6,7 +6,7 @@ enable = true; }; global = { - address = [ "127.0.0.1" ]; + address = [ "0.0.0.0" ]; server_name = "k3t.dev"; trusted_servers = [ "matrix.org"