diff options
Diffstat (limited to 'host/Rory-nginx/hosts/rory.gay/lfs.nix')
-rwxr-xr-x | host/Rory-nginx/hosts/rory.gay/lfs.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/host/Rory-nginx/hosts/rory.gay/lfs.nix b/host/Rory-nginx/hosts/rory.gay/lfs.nix index e406519..f944eea 100755 --- a/host/Rory-nginx/hosts/rory.gay/lfs.nix +++ b/host/Rory-nginx/hosts/rory.gay/lfs.nix @@ -1,5 +1,7 @@ { root = "/data/nginx/html_lfs"; + enableACME = true; + addSSL = true; locations = { "/" = { index = "index.html"; |