open ports for matrix

This commit is contained in:
twoneis 2025-02-08 03:02:32 +01:00
parent f1dbab5a52
commit 8ff6659ebc

View file

@ -23,4 +23,6 @@ in mkIf conf.matrix.enable {
allow_registration = false; allow_registration = false;
}; };
}; };
networking.firewall.allowedTCPPorts = [ 443 8448 ];
} }