From 41c490b75eddd121b10674cad53de8c299cc772b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Fri, 21 Oct 2016 13:25:11 +0200 Subject: [PATCH] acme: we do want to support ipv4 afterall --- nixos/modules/security/acme.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/security/acme.xml b/nixos/modules/security/acme.xml index c8a2171eff7..226cf0382da 100644 --- a/nixos/modules/security/acme.xml +++ b/nixos/modules/security/acme.xml @@ -84,6 +84,7 @@ security.acme.certs."foo.example.com" = { services.nginx.httpConfig = '' server { server_name foo.example.com; + listen 80; listen [::]:80; location /.well-known/acme-challenge {