From 3e3aa5a32d4f127c31d4a9f5ceea197fed7e3b0f Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 25 May 2024 22:14:50 +0200 Subject: feat(system/services/nginx): Add the trinitrix website --- system/services/nginx/hosts.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'system') 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"; -- cgit 1.4.1