From 70b3abe0d6a5e7cf46a8109dce05edcaca892f79 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Thu, 18 Sep 2025 10:19:44 +0200 Subject: refactor: define ports in ports.nix --- nixos/hosts/tente/ports.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 nixos/hosts/tente/ports.nix (limited to 'nixos/hosts/tente/ports.nix') 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; +} -- cgit v1.2.3