From 154795422cf9945764faf00ac4cad37514f251ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?KJ=20=C3=98rbekk?= Date: Sun, 18 Jun 2017 08:26:35 -0400 Subject: Add systemhttpd service. --- data/aliases.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'data') diff --git a/data/aliases.nix b/data/aliases.nix index 77eb7e0..8427547 100644 --- a/data/aliases.nix +++ b/data/aliases.nix @@ -8,5 +8,6 @@ rec { matrixFederation = { address = ip.shape; port = 8448; }; git = { address = ip.shape; port = 11103; }; fcgi = { address = ip.shape; port = 11104; }; + systemhttpd = { address = ip.shape; port = 11105; }; }; } -- cgit v1.2.3