···3838 description = "Directory to store certificates and keys managed by the ACME service.";
3939 };
40404141+ acmeFallbackHost = mkOption {
4242+ type = types.str;
4343+ default = "0.0.0.0";
4444+ description = ''
4545+ Host which to proxy requests to if acme challenge is not found. Useful
4646+ if you want multiple hosts to be able to verify the same domain name.
4747+ '';
4848+ };
4949+4150 enableSSL = mkOption {
4251 type = types.bool;
4352 default = false;