forked from nyanloutre/nixos-config
update mail server
This commit is contained in:
parent
7ae2517c04
commit
49767d8198
@ -17,8 +17,8 @@ in
|
|||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
(builtins.fetchTarball {
|
(builtins.fetchTarball {
|
||||||
url = "https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/archive/817d84d36d34616ecf1a6ed6cba4fb1327b3a74f/nixos-mailserver-817d84d36d34616ecf1a6ed6cba4fb1327b3a74f.tar.gz";
|
url = "https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/archive/v2.2.0/nixos-mailserver-v2.2.0.tar.gz";
|
||||||
sha256 = "0f7j61nlh4f3nqq3hbw0k4aq4mnmlp12cmkvyfwzrai92lpza4f9";
|
sha256 = "0gqzgy50hgb5zmdjiffaqp277a68564vflfpjvk1gv6079zahksc";
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
@ -42,9 +42,6 @@ in
|
|||||||
certificateFile = "/var/lib/acme/${cfg.domaine}/fullchain.pem";
|
certificateFile = "/var/lib/acme/${cfg.domaine}/fullchain.pem";
|
||||||
keyFile = "/var/lib/acme/${cfg.domaine}/key.pem";
|
keyFile = "/var/lib/acme/${cfg.domaine}/key.pem";
|
||||||
|
|
||||||
# Length of the Diffie Hillman prime used
|
|
||||||
dhParamBitLength = 4096;
|
|
||||||
|
|
||||||
# Enable IMAP and POP3
|
# Enable IMAP and POP3
|
||||||
enableImap = true;
|
enableImap = true;
|
||||||
enablePop3 = true;
|
enablePop3 = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user