aboutsummaryrefslogtreecommitdiff
path: root/nixos/hosts/tente/ports.nix
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2025-09-18 10:19:44 +0200
committerMartin Fischer <martin@push-f.com>2025-09-18 10:48:23 +0200
commit70b3abe0d6a5e7cf46a8109dce05edcaca892f79 (patch)
treec243ac5ce705dc288a0f70ec3ae191729255aa71 /nixos/hosts/tente/ports.nix
parent0f3a5b5a74150ecec89c6befe0510975e2fba5ac (diff)
refactor: define ports in ports.nix
Diffstat (limited to 'nixos/hosts/tente/ports.nix')
-rw-r--r--nixos/hosts/tente/ports.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/nixos/hosts/tente/ports.nix b/nixos/hosts/tente/ports.nix
new file mode 100644
index 0000000..3a2b2fe
--- /dev/null
+++ b/nixos/hosts/tente/ports.nix
@@ -0,0 +1,11 @@
+{
+ grafana = 3000;
+ grafanaAlloy = 3001;
+ grafanaLoki = 3030;
+ grafanaMatrixForwarder = 3002;
+ headscale = 8080;
+ matrix = 8008;
+ prometheus = 9090;
+ prometheusNodeExporter = 9002;
+ prometheusSqlExporter = 9003;
+}