allow ssl 443

This commit is contained in:
Ivan Dimitrov 2023-09-15 20:49:33 +03:00
parent c58488dab6
commit 357a85e1ba

View File

@ -71,7 +71,7 @@
networking.firewall = {
enable = true;
allowedTCPPorts = [ 80 ];
allowedTCPPorts = [ 80 443 ];
};
mailserver = {