diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-02-16 21:18:23 +0100 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-02-16 21:18:23 +0100 |
commit | 5260411bf961ba0de29f552a96665d3b4b7e5b82 (patch) | |
tree | 600156445c95fc8693583283595cfd44f9ba99cc /host/Rory-nginx/hosts/thearcanebrony.net/lfs.nix | |
parent | Add git subdomain (diff) | |
download | Rory-Open-Architecture-5260411bf961ba0de29f552a96665d3b4b7e5b82.tar.xz |
Enable ssl
Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>
Diffstat (limited to 'host/Rory-nginx/hosts/thearcanebrony.net/lfs.nix')
-rwxr-xr-x | host/Rory-nginx/hosts/thearcanebrony.net/lfs.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/host/Rory-nginx/hosts/thearcanebrony.net/lfs.nix b/host/Rory-nginx/hosts/thearcanebrony.net/lfs.nix index e406519..8e7b51f 100755 --- a/host/Rory-nginx/hosts/thearcanebrony.net/lfs.nix +++ b/host/Rory-nginx/hosts/thearcanebrony.net/lfs.nix @@ -1,4 +1,6 @@ { + enableACME = true; + addSSL = true; root = "/data/nginx/html_lfs"; locations = { "/" = { |