Open firewall for Matrix and website

This commit is contained in:
Jan Kremer 2026-03-26 13:25:56 +01:00
parent 752bd4aab3
commit 852f7ad838
No known key found for this signature in database
2 changed files with 11 additions and 0 deletions

View file

@ -47,4 +47,10 @@
}; };
}; };
}; };
networking.firewall.allowedTCPPorts = [
80
443
8448
];
} }

View file

@ -19,4 +19,9 @@
header @html Cache-Control "no-cache" header @html Cache-Control "no-cache"
} }
''; '';
networking.firewall.allowedTCPPorts = [
80
443
];
} }