diff options
author | EuAndreh <eu@euandre.org> | 2020-08-22 19:13:03 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-08-22 19:13:03 -0300 |
commit | 333c7daa77f0e1b72b8da142dc76037e3df90041 (patch) | |
tree | c2b4a26da8559005da80451adb19e25d55305381 /vps-configuration.env.nix | |
parent | WIP: reenable prosody and matterbridge, and add PDFs (diff) | |
download | server-333c7daa77f0e1b72b8da142dc76037e3df90041.tar.gz server-333c7daa77f0e1b72b8da142dc76037e3df90041.tar.xz |
Add songbooks documentation DNS address
Diffstat (limited to 'vps-configuration.env.nix')
-rw-r--r-- | vps-configuration.env.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vps-configuration.env.nix b/vps-configuration.env.nix index 7339d85..183abc4 100644 --- a/vps-configuration.env.nix +++ b/vps-configuration.env.nix @@ -8,6 +8,7 @@ let prosodyTLD = "$PROSODY_TLD"; bonecoTLD = "$BONECO_TLD"; pdfsTLD = "$PDFS_TLD"; + songbooksDocumentationTLD = "$SONGBOOKS_DOCUMENTATION_TLD"; letsencryptEmail = "$LETSENCRYPT_EMAIL"; authorizedKey = "$AUTHORIZED_KEY"; userPassword = "$USER_PASSWORD"; @@ -119,6 +120,11 @@ in { enableACME = true; root = staticSiteFromRepo "pdfs-da-d-maria"; }; + "${envsubstConfiguration.songbooksDocumentationTLD}" = { + forceSSL = true; + enableACME = true; + root = "/home/${envsubstConfiguration.userName}/songbooks/"; + }; "${envsubstConfiguration.prosodyTLD}" = { forceSSL = true; enableACME = true; |