summary refs log tree commit diff
path: root/host/Spacebar-nginx/hosts/spacebar.chat/root.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/Spacebar-nginx/hosts/spacebar.chat/root.nix')
-rwxr-xr-xhost/Spacebar-nginx/hosts/spacebar.chat/root.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/host/Spacebar-nginx/hosts/spacebar.chat/root.nix b/host/Spacebar-nginx/hosts/spacebar.chat/root.nix
new file mode 100755
index 0000000..a859950
--- /dev/null
+++ b/host/Spacebar-nginx/hosts/spacebar.chat/root.nix
@@ -0,0 +1,10 @@
+{
+  root = "/data/nginx/html_boorunav";
+  enableACME = true;
+  addSSL = true;
+  locations = {
+    "/" = {
+      index = "index.html";
+    };
+  };
+}
\ No newline at end of file