diff options
author | EuAndreh <eu@euandre.org> | 2023-05-23 10:54:55 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-05-23 11:03:46 -0300 |
commit | dc815b998b212247c5c697e2de7fecbd8745a0b2 (patch) | |
tree | b40d398f94219c02cde450bc3ca251d61dd83ad3 /src/infrastructure/guix/system.scm | |
parent | backup.sh: Add -x flag (diff) | |
download | server-dc815b998b212247c5c697e2de7fecbd8745a0b2.tar.gz server-dc815b998b212247c5c697e2de7fecbd8745a0b2.tar.xz |
src/secrets/nginx.conf.txt.gpg: Add private nginx config, and include it in system.scm
Notes
See CI logs with:
git notes --ref=refs/notes/ci-logs show dc815b998b212247c5c697e2de7fecbd8745a0b2
git notes --ref=refs/notes/ci-data show dc815b998b212247c5c697e2de7fecbd8745a0b2
Exit status: 0
Duration: 25
Diffstat (limited to 'src/infrastructure/guix/system.scm')
-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 831e58f..57c662c 100644 --- a/src/infrastructure/guix/system.scm +++ b/src/infrastructure/guix/system.scm @@ -410,6 +410,7 @@ "#))))) (raw-content '(#"- + include /opt/secrets/nginx.conf.txt; charset utf-8; autoindex on; add_header Strict-Transport-Security 'max-age=86400; includeSubdomains' always; |