mastus: firewall rules.
This commit is contained in:
parent
71e547360a
commit
544612ecc9
@ -39,4 +39,14 @@
|
|||||||
|
|
||||||
services.nginx.enable = true;
|
services.nginx.enable = true;
|
||||||
|
|
||||||
|
networking.firewall = {
|
||||||
|
allowedTCPPorts = [
|
||||||
|
# http
|
||||||
|
80 443
|
||||||
|
|
||||||
|
# mail
|
||||||
|
25 143
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user