From e435b7e1342486bac8b133f230576d7539cb691c Mon Sep 17 00:00:00 2001 From: Jakub Stachurski Date: Sun, 7 Jun 2026 20:13:51 +0200 Subject: mail(omega): Finalize config for mail --- services/mail2.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'services') diff --git a/services/mail2.nix b/services/mail2.nix index e2f041a..b4551cf 100644 --- a/services/mail2.nix +++ b/services/mail2.nix @@ -113,7 +113,10 @@ in ''; }; }; - + + security.acme.certs.${cfg.defaultDomain}.extraLegoRenewFlags = [ + "--reuse-key" + ]; services.nginx.enable = lib.mkDefault true; services.nginx.virtualHosts = (lib.genAttrs -- cgit v1.3.1