Merge pull request #4 from danbst/patch-1

don't enable firewall by default
This commit is contained in:
r-raymond 2017-08-31 13:50:10 +02:00 committed by GitHub
commit cd9c8a3690

View file

@ -20,7 +20,6 @@
hostName = "${host_prefix}.${domain}";
firewall = {
enable = true;
allowedTCPPorts = [ 25 587 ]
++ (if enable_imap then [ 143 ] else [])
++ (if enable_pop3 then [ 110 ] else []);