From 2198632a40b249ceff1d1927ef683e11b7a06afc Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sun, 14 May 2017 12:21:19 -0400 Subject: Add cgit service. --- data/aliases.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'data') 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; }; }; } -- cgit v1.2.3