security.acme.defaults.environmentFile

NixOS option

Path to an EnvironmentFile for the cert’s service containing any required and optional environment variables for your selected dnsProvider. To find out what values you need to set, consult the documentation at https://go-acme.github.io/lego/dns/ for the corresponding dnsProvider.

type: null or absolute path
Default
null
Example
"/var/src/secrets/example.org-route53-api-token"
declared in: nixos/modules/security/acmeView source on NixOS/nixpkgs →