about summary refs log tree commit diff
diff options
context:
space:
mode:
-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 {