update mail server

This commit is contained in:
nyanloutre 2018-11-26 17:23:58 +01:00
parent 7ae2517c04
commit 49767d8198
1 changed files with 2 additions and 5 deletions

View File

@ -17,8 +17,8 @@ in
imports = [
(builtins.fetchTarball {
url = "https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/archive/817d84d36d34616ecf1a6ed6cba4fb1327b3a74f/nixos-mailserver-817d84d36d34616ecf1a6ed6cba4fb1327b3a74f.tar.gz";
sha256 = "0f7j61nlh4f3nqq3hbw0k4aq4mnmlp12cmkvyfwzrai92lpza4f9";
url = "https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/archive/v2.2.0/nixos-mailserver-v2.2.0.tar.gz";
sha256 = "0gqzgy50hgb5zmdjiffaqp277a68564vflfpjvk1gv6079zahksc";
})
];
@ -42,9 +42,6 @@ in
certificateFile = "/var/lib/acme/${cfg.domaine}/fullchain.pem";
keyFile = "/var/lib/acme/${cfg.domaine}/key.pem";
# Length of the Diffie Hillman prime used
dhParamBitLength = 4096;
# Enable IMAP and POP3
enableImap = true;
enablePop3 = true;