chore: housekeeping

This commit is contained in:
uku 2025-02-19 09:12:13 +01:00
parent c1f5f4b006
commit a574d4bbc3
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ in
imports = [ env.generate ];
security.acme.certs.${hostname} = {
group = config.services.maddy.group;
inherit (config.services.maddy) group;
extraLegoRenewFlags = [ "--reuse-key" ]; # soopyc said its more secure
};