about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2016-10-21 13:25:11 +0200
committerDomen Kožar <domen@dev.si>2016-10-21 13:25:11 +0200
commit41c490b75eddd121b10674cad53de8c299cc772b (patch)
tree4752758bd7d7c6addf02ab71f42c4db20dcbb9be
parentd8f21b3ca3962c725eddc3d6513acaeca25c2e7f (diff)
downloadnixlib-41c490b75eddd121b10674cad53de8c299cc772b.tar
nixlib-41c490b75eddd121b10674cad53de8c299cc772b.tar.gz
nixlib-41c490b75eddd121b10674cad53de8c299cc772b.tar.bz2
nixlib-41c490b75eddd121b10674cad53de8c299cc772b.tar.lz
nixlib-41c490b75eddd121b10674cad53de8c299cc772b.tar.xz
nixlib-41c490b75eddd121b10674cad53de8c299cc772b.tar.zst
nixlib-41c490b75eddd121b10674cad53de8c299cc772b.zip
acme: we do want to support ipv4 afterall
-rw-r--r--nixos/modules/security/acme.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/security/acme.xml b/nixos/modules/security/acme.xml
index c8a2171eff75..226cf0382da7 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 {