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