containers/beryllium: open firewall

This commit is contained in:
Cilly Leang 2026-03-15 22:38:53 +11:00
parent c42fdb7940
commit 16703bade1
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -5,6 +5,8 @@
fsType = "none";
options = [ "bind" ];
};
networking.firewall.allowedTCPPorts = [ 6167 ];
networking.firewall.allowedUDPPorts = [ 6167 ];
services.matrix-continuwuity = {
enable = true;