about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNgô Ngọc Đức Huy <huyngo@disroot.org>2024-02-05 16:32:10 +0700
committerNgô Ngọc Đức Huy <huyngo@disroot.org>2024-02-05 16:33:12 +0700
commit17c3aabcc7d81c9d540517581b23471c8f98d216 (patch)
tree782b64db47800cbd81ee459503b53f4c1639dcf2
parentc5c7efb19bf15cd7d191b2c917884bab0fad64e8 (diff)
downloadnixos-conf-17c3aabcc7d81c9d540517581b23471c8f98d216.tar.gz
Add static site for xarvos
-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 = ''