From 5260411bf961ba0de29f552a96665d3b4b7e5b82 Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Thu, 16 Feb 2023 21:18:23 +0100 Subject: Enable ssl Signed-off-by: TheArcaneBrony --- host/Rory-nginx/hosts/thearcanebrony.net/root.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'host/Rory-nginx/hosts/thearcanebrony.net/root.nix') diff --git a/host/Rory-nginx/hosts/thearcanebrony.net/root.nix b/host/Rory-nginx/hosts/thearcanebrony.net/root.nix index 4df2769..50b6bc4 100755 --- a/host/Rory-nginx/hosts/thearcanebrony.net/root.nix +++ b/host/Rory-nginx/hosts/thearcanebrony.net/root.nix @@ -1,4 +1,6 @@ { + enableACME = true; + addSSL = true; root = "/data/nginx/html_thearcanebrony"; locations = { "/" = { -- cgit 1.4.1