diff options
author | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2017-05-14 12:21:19 -0400 |
---|---|---|
committer | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2017-05-14 12:21:31 -0400 |
commit | 2198632a40b249ceff1d1927ef683e11b7a06afc (patch) | |
tree | cf94551ab09e6d58d42df12cd0efa543fadf67ba /data | |
parent | ffb00cd62672c19e875820049b86eb362e6d0775 (diff) |
Add cgit service.
Diffstat (limited to 'data')
-rw-r--r-- | data/aliases.nix | 2 |
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; }; }; } |