diff options
author | Nguyễn Gia Phong <cnx@loang.net> | 2023-09-06 14:18:41 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <cnx@loang.net> | 2023-09-06 14:18:41 +0900 |
commit | fcaa10b93096f26d8e075329e5f06a617392e4aa (patch) | |
tree | 4d78d6d1d86512371dabd712b2c15d1bc6df61f5 | |
parent | dfef24001f1c21681b8fd0a5dfe3f679f21a5faf (diff) | |
download | nixos-conf-fcaa10b93096f26d8e075329e5f06a617392e4aa.tar.gz |
Set up brutalmaze.cnx.gdn
-rw-r--r-- | static.nix | 2 |
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"; |