diff options
author | Emile <git@emile.space> | 2024-06-09 00:24:23 +0200 |
---|---|---|
committer | Emile <git@emile.space> | 2024-06-09 00:24:23 +0200 |
commit | addcfd67b4410c4bea192280624f4dcdc3c4edcf (patch) | |
tree | e063215327951e5c406e21fd68d0a2faf1dc54b4 /nix/hosts/corrino/ports.nix | |
parent | 24d1cfb8dd69a0590d6f27592659b6983a511329 (diff) |
gitDaemon port
Diffstat (limited to 'nix/hosts/corrino/ports.nix')
-rw-r--r-- | nix/hosts/corrino/ports.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/hosts/corrino/ports.nix b/nix/hosts/corrino/ports.nix index dc2225c..1f17196 100644 --- a/nix/hosts/corrino/ports.nix +++ b/nix/hosts/corrino/ports.nix @@ -17,7 +17,6 @@ # 40xx events = 4000; - # 54xx pgweb = 5432; @@ -42,4 +41,5 @@ prometheus = 9003; loki = 9004; promtail = 9005; + gitDaemon = 9418; } |