summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-05-25 22:14:50 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-05-25 22:14:50 +0200
commit3e3aa5a32d4f127c31d4a9f5ceea197fed7e3b0f (patch)
tree7187002509d2809b1e9438937d58ac6fbd00dc6c /system
parentfeat(system/services/nginx): Add the GPG WKD (diff)
downloadnixos-server-3e3aa5a32d4f127c31d4a9f5ceea197fed7e3b0f.tar.gz
nixos-server-3e3aa5a32d4f127c31d4a9f5ceea197fed7e3b0f.zip
feat(system/services/nginx): Add the trinitrix website
Diffstat (limited to 'system')
-rw-r--r--system/services/nginx/hosts.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/system/services/nginx/hosts.nix b/system/services/nginx/hosts.nix
index 0f6c09e..bc7e123 100644
--- a/system/services/nginx/hosts.nix
+++ b/system/services/nginx/hosts.nix
@@ -20,6 +20,14 @@ in [
     url = "https://codeberg.org/bpeetz/b-peetz.de.git";
   }
 
+  # Trinitrix
+  {
+    domain = "trinitrix.vhack.eu";
+    # FIXME(@bpeetz): Remove the need for this pointless path.  <2024-05-25>
+    root = "/etc/nginix/websites/trinitrix.vhack.eu";
+    url = "https://git.nerdcult.net/trinitrix/website.git";
+  }
+
   # WKD
   {
     domain = "openpgpkey.b-peetz.de";