summary refs log tree commit diff
path: root/host/Rory-nginx/hosts/rory.gay/git.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/Rory-nginx/hosts/rory.gay/git.nix')
-rwxr-xr-xhost/Rory-nginx/hosts/rory.gay/git.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/host/Rory-nginx/hosts/rory.gay/git.nix b/host/Rory-nginx/hosts/rory.gay/git.nix
new file mode 100755
index 0000000..56954e4
--- /dev/null
+++ b/host/Rory-nginx/hosts/rory.gay/git.nix
@@ -0,0 +1,7 @@
+{
+  root = "/data/nginx/html_git";
+  enableACME = true;
+  addSSL = true;
+  extraConfig = ''
+    autoindex on;'';
+}