diff options
| author | Jakub Stachurski <jakub@wilkuu.xyz> | 2026-06-07 20:13:51 +0200 |
|---|---|---|
| committer | Jakub Stachurski <jakub@wilkuu.xyz> | 2026-06-07 20:13:51 +0200 |
| commit | e435b7e1342486bac8b133f230576d7539cb691c (patch) | |
| tree | e1a217fbdfd3c347b88d99df5104874ca9538648 /services | |
| parent | 785f03d77a8b6c413730d8f464eb8f5ebc1efcfa (diff) | |
mail(omega): Finalize config for mail
Diffstat (limited to 'services')
| -rw-r--r-- | services/mail2.nix | 5 |
1 files changed, 4 insertions, 1 deletions
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 |
