acme: we do want to support ipv4 afterall

This commit is contained in:
Domen Kožar 2016-10-21 13:25:11 +02:00
parent d8f21b3ca3
commit 41c490b75e

View File

@ -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 {