aboutsummaryrefslogtreecommitdiff
path: root/src/infrastructure/guix/system.scm
diff options
context:
space:
mode:
Diffstat (limited to 'src/infrastructure/guix/system.scm')
-rw-r--r--src/infrastructure/guix/system.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/infrastructure/guix/system.scm b/src/infrastructure/guix/system.scm
index bcc4936..adda409 100644
--- a/src/infrastructure/guix/system.scm
+++ b/src/infrastructure/guix/system.scm
@@ -410,7 +410,9 @@
"#)))))
(raw-content
'(#"-
- ssl_protocols TLSv1.3;
+ # BearSSL still doesn't TLSv1.3, so we deem TLSv1.2 as
+ # acceptable
+ ssl_protocols TLSv1.2 TLSv1.3;
include /opt/secrets/nginx.conf.txt;
charset utf-8;
autoindex on;