mastus: firewall rules.

This commit is contained in:
Gabriel Ebner 2015-10-18 14:32:00 +02:00
parent 71e547360a
commit 544612ecc9

@ -39,4 +39,14 @@
services.nginx.enable = true;
networking.firewall = {
allowedTCPPorts = [
# http
80 443
# mail
25 143
];
};
}