open port 80 when using LE certs. fixes #42

This commit is contained in:
Robin Raymond 2017-11-26 07:59:31 +01:00
parent 5457321f40
commit 160f3cbc9b
3 changed files with 7 additions and 4 deletions

View file

@ -27,7 +27,8 @@ in
++ lib.optional enableImap 143
++ lib.optional enableImapSsl 993
++ lib.optional enablePop3 110
++ lib.optional enablePop3Ssl 995;
++ lib.optional enablePop3Ssl 995
++ lib.optional (certificateScheme == 3) 80;
};
};
}