aboutsummaryrefslogtreecommitdiff
path: root/src/infrastructure
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-05-09 11:26:13 -0300
committerEuAndreh <eu@euandre.org>2024-05-09 11:26:13 -0300
commit1f1de84dbd2230643592b112d1b4c99fbd4efd6f (patch)
tree36e76e493db6273e02fda157f8a230359c973b90 /src/infrastructure
parentsrc/secrets/: mv *.txt.gpg .gpg (diff)
downloadserver-1f1de84dbd2230643592b112d1b4c99fbd4efd6f.tar.gz
server-1f1de84dbd2230643592b112d1b4c99fbd4efd6f.tar.xz
Stop using secret NGINX configuration
Diffstat (limited to 'src/infrastructure')
-rw-r--r--src/infrastructure/guix/system.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/infrastructure/guix/system.scm b/src/infrastructure/guix/system.scm
index 7889477..ab44194 100644
--- a/src/infrastructure/guix/system.scm
+++ b/src/infrastructure/guix/system.scm
@@ -419,7 +419,6 @@
ssl_ciphers EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH;
ssl_prefer_server_ciphers on;
gzip off; # Disable compression altogether due to BREACH
- include /opt/secrets/nginx.conf.txt;
charset utf-8;
autoindex on;
add_header Strict-Transport-Security 'max-age=31536000; includeSubdomains' always;