only open port 8448 for matrix

This commit is contained in:
2025-06-25 23:30:16 -07:00
parent ab86d39ef0
commit 96a057c3e6
2 changed files with 10 additions and 6 deletions

View File

@@ -52,4 +52,14 @@
systemd.tmpfiles.rules = [
"d /var/lib/private/matrix-conduit 0770 conduit conduit"
];
# for federation
networking.firewall.allowedTCPPorts = [
8448
];
# for federation
networking.firewall.allowedUDPPorts = [
8448
];
}