mirror of https://gitlab.crans.org/nounous/nixos
Fix: Enable option
parent
86af4f8ee3
commit
a13be3e441
|
|
@ -130,7 +130,7 @@ in
|
|||
}) cfg.virtualHosts;
|
||||
|
||||
# On fait un certificat commun pour tous les hosts
|
||||
security.acme.certs."all.crans.all" = {
|
||||
security.acme.certs."all.crans.all" = mkIf cfg.enable {
|
||||
domain = "*.crans.${mainTld}";
|
||||
dnsProvider = "rfc2136";
|
||||
# Contient le serveur à contacter avec le protocole
|
||||
|
|
|
|||
Loading…
Reference in New Issue