summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorKjetil Orbekk <kjetil.orbekk@gmail.com>2017-05-14 12:21:19 -0400
committerKjetil Orbekk <kjetil.orbekk@gmail.com>2017-05-14 12:21:31 -0400
commit2198632a40b249ceff1d1927ef683e11b7a06afc (patch)
treecf94551ab09e6d58d42df12cd0efa543fadf67ba /data
parentffb00cd62672c19e875820049b86eb362e6d0775 (diff)
Add cgit service.
Diffstat (limited to 'data')
-rw-r--r--data/aliases.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/aliases.nix b/data/aliases.nix
index 13a93d5..77eb7e0 100644
--- a/data/aliases.nix
+++ b/data/aliases.nix
@@ -6,5 +6,7 @@ rec {
hydra = { address = ip.shape; port = 11101; };
matrix = { address = ip.shape; port = 11102; };
matrixFederation = { address = ip.shape; port = 8448; };
+ git = { address = ip.shape; port = 11103; };
+ fcgi = { address = ip.shape; port = 11104; };
};
}