mirror of https://gitlab.crans.org/nounous/nixos
Ajout de commentaire pour les certificats
parent
b469073386
commit
c56fae6fe3
|
@ -16,6 +16,8 @@
|
||||||
certs."crans.org" = {
|
certs."crans.org" = {
|
||||||
domain = "*.crans.org";
|
domain = "*.crans.org";
|
||||||
dnsProvider = "rfc2136";
|
dnsProvider = "rfc2136";
|
||||||
|
# contient le serveur a contacter avec le protocol
|
||||||
|
# et le mdp
|
||||||
environmentFile = config.sops.secrets.acme-env-file.path;
|
environmentFile = config.sops.secrets.acme-env-file.path;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue