about summary refs log tree commit diff
path: root/static.nix
diff options
context:
space:
mode:
Diffstat (limited to 'static.nix')
-rw-r--r--static.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/static.nix b/static.nix
index c8e4eb2..13f75fd 100644
--- a/static.nix
+++ b/static.nix
@@ -117,6 +117,15 @@ in {
           root = "/var/lib/www/septagram.suricrasia.online";
         };
 
+        "xrvs.net" = {
+          enableACME = true;
+          extraConfig = ''
+            autoindex on;
+          '';
+          forceSSL = true;
+          root = "/var/lib/www/xrvs.net";
+        };
+
         "pd.books.xrvs.net" = {
           enableACME = true;
           extraConfig = ''