mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
fix: remove typo in maddy config, add maddy to acme group
This commit is contained in:
parent
5e0f8b6f96
commit
83f42517b3
5 changed files with 5 additions and 2 deletions
|
@ -22,7 +22,7 @@ in {
|
|||
};
|
||||
dnsProvider = "cloudflare";
|
||||
dnsPropagationCheck = true;
|
||||
reloadServices = ["nginx"];
|
||||
reloadServices = ["nginx" "maddy"];
|
||||
};
|
||||
inherit (acme) certs wildcardDomains;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue