From 8ff6659ebcb94d0c8b8b38c0feee29f15b6ea876 Mon Sep 17 00:00:00 2001 From: twoneis Date: Sat, 8 Feb 2025 03:02:32 +0100 Subject: [PATCH] open ports for matrix --- modules/matrix/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/matrix/default.nix b/modules/matrix/default.nix index 6e214ac..cef43d2 100644 --- a/modules/matrix/default.nix +++ b/modules/matrix/default.nix @@ -23,4 +23,6 @@ in mkIf conf.matrix.enable { allow_registration = false; }; }; + + networking.firewall.allowedTCPPorts = [ 443 8448 ]; }