feat(naromk3): open ports for email server

This commit is contained in:
2026-06-13 11:49:37 +02:00
parent 8e3d2fe850
commit c2485cc0db
2 changed files with 6 additions and 3 deletions
@@ -23,9 +23,12 @@
id = "0003beef";
firewall = {
openPorts = [
22 # Gitea SSH
80 # HTTP
22 # Gitea SSH
25 # SMTP
80 # HTTP
443 # HTTPS
465 # SMTPS
993 # IMAPS
];
};
};