diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/services/nginx/hosts.nix | 8 |
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"; |