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 4bf71b4..85830e2 100644
--- a/static.nix
+++ b/static.nix
@@ -109,6 +109,15 @@ in {
           root = "/var/lib/www/septagram.suricrasia.online";
         };
 
+        "pd.books.xrvs.net" = {
+          enableACME = true;
+          extraConfig = ''
+            autoindex on;
+          '';
+          forceSSL = true;
+          root = "/var/lib/www/pd.books.xrvs.net";
+        };
+
         "xrvs.geek".root = "/var/lib/www/xrvs.geek";
       } // (let aliasOpenNIC = openNIC: icann: config: {
         ${openNIC} = {