about summary refs log tree commit diff
path: root/nix/hosts/corrino/ports.nix
diff options
context:
space:
mode:
authorEmile <git@emile.space>2024-06-09 00:24:23 +0200
committerEmile <git@emile.space>2024-06-09 00:24:23 +0200
commitaddcfd67b4410c4bea192280624f4dcdc3c4edcf (patch)
treee063215327951e5c406e21fd68d0a2faf1dc54b4 /nix/hosts/corrino/ports.nix
parent24d1cfb8dd69a0590d6f27592659b6983a511329 (diff)
gitDaemon port
Diffstat (limited to 'nix/hosts/corrino/ports.nix')
-rw-r--r--nix/hosts/corrino/ports.nix2
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;
 }