summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-11-03 00:57:55 +0100
committerRory& <root@rory.gay>2024-11-03 00:57:55 +0100
commita52aad3147dc5737bbe4bcc8997e6f0fdde68e85 (patch)
tree4a36254f2835008e3e356ae9de8df92c35aac7f4
parentNo more sliding sync (diff)
downloadRory-Open-Architecture-a52aad3147dc5737bbe4bcc8997e6f0fdde68e85.tar.xz
Nginx on mail.rory.gay
-rw-r--r--host/Rory-nginx/services/email/nginx.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/host/Rory-nginx/services/email/nginx.nix b/host/Rory-nginx/services/email/nginx.nix
index a55a65a..44a99fb 100644
--- a/host/Rory-nginx/services/email/nginx.nix
+++ b/host/Rory-nginx/services/email/nginx.nix
@@ -17,5 +17,12 @@
         };
       };
     };
+    "mail.rory.gay" = {
+      enableACME = true;
+      forceSSL = true;
+      locations = {
+        "/".return = "200 'OK'";
+      };
+    };
   };
 }