about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNguyễn Gia Phong <cnx@loang.net>2023-09-06 14:18:41 +0900
committerNguyễn Gia Phong <cnx@loang.net>2023-09-06 14:18:41 +0900
commitfcaa10b93096f26d8e075329e5f06a617392e4aa (patch)
tree4d78d6d1d86512371dabd712b2c15d1bc6df61f5
parentdfef24001f1c21681b8fd0a5dfe3f679f21a5faf (diff)
downloadnixos-conf-fcaa10b93096f26d8e075329e5f06a617392e4aa.tar.gz
Set up brutalmaze.cnx.gdn
-rw-r--r--static.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/static.nix b/static.nix
index aeda147..71889e8 100644
--- a/static.nix
+++ b/static.nix
@@ -119,6 +119,8 @@ in {
       };
       in (aliasOpenNIC "sinyx.indy" "cnx.gdn" {
         root = "/var/lib/www/cnx.gdn";
+      }) // (aliasOpenNIC "brutalmaze.sinyx.indy" "brutalmaze.cnx.gdn" {
+        root = "/var/lib/www/brutalmaze.cnx.gdn";
       }) // (aliasOpenNIC "pix.sinyx.indy" "px.cnx.gdn" {
         locations = {
           "/".index = "index.xhtml";