diff options
Diffstat (limited to 'src/guix/system.scm')
-rw-r--r-- | src/guix/system.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guix/system.scm b/src/guix/system.scm index 9169e9e..247c074 100644 --- a/src/guix/system.scm +++ b/src/guix/system.scm @@ -75,7 +75,7 @@ (list (nginx-server-configuration (server-name (list +tld+)) - (listen '("[::]:443 ssl http2" "443 ssl http2")) + (listen '("[::]:443 ssl" "443 ssl")) (root "/srv/www") (ssl-certificate (pkg:fmt "/etc/letsencrypt/live/~a/fullchain.pem" +tld+)) (ssl-certificate-key (pkg:fmt "/etc/letsencrypt/live/~a/privkey.pem" +tld+)) |