diff options
author | EuAndreh <eu@euandre.org> | 2023-09-15 08:50:26 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-09-15 08:50:26 -0300 |
commit | d61535170dfc8ef8607036a0e3cee895533f0ca7 (patch) | |
tree | 7d93d24216cac92827f8fea012b62be3cea48256 /src | |
parent | Add "--lock-wait 1200" restriction to the SSH key command (diff) | |
download | toph-d61535170dfc8ef8607036a0e3cee895533f0ca7.tar.gz toph-d61535170dfc8ef8607036a0e3cee895533f0ca7.tar.xz |
src/infrastructure/guix/system.scm: TLS 1.3 only on nginx
Notes
See CI logs with:
git notes --ref=refs/notes/ci-logs show d61535170dfc8ef8607036a0e3cee895533f0ca7
git notes --ref=refs/notes/ci-data show d61535170dfc8ef8607036a0e3cee895533f0ca7
Exit status: 0
Duration: 22
Diffstat (limited to 'src')
-rw-r--r-- | src/infrastructure/guix/system.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/infrastructure/guix/system.scm b/src/infrastructure/guix/system.scm index 57c662c..bcc4936 100644 --- a/src/infrastructure/guix/system.scm +++ b/src/infrastructure/guix/system.scm @@ -410,6 +410,7 @@ "#))))) (raw-content '(#"- + ssl_protocols TLSv1.3; include /opt/secrets/nginx.conf.txt; charset utf-8; autoindex on; |