diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2024-02-05 16:32:10 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2024-02-05 16:33:12 +0700 |
commit | 17c3aabcc7d81c9d540517581b23471c8f98d216 (patch) | |
tree | 782b64db47800cbd81ee459503b53f4c1639dcf2 | |
parent | c5c7efb19bf15cd7d191b2c917884bab0fad64e8 (diff) | |
download | nixos-conf-17c3aabcc7d81c9d540517581b23471c8f98d216.tar.gz |
Add static site for xarvos
-rw-r--r-- | static.nix | 9 |
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 = '' |