diff options
Diffstat (limited to 'nixos/hosts/tente/ports.nix')
-rw-r--r-- | nixos/hosts/tente/ports.nix | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/nixos/hosts/tente/ports.nix b/nixos/hosts/tente/ports.nix new file mode 100644 index 0000000..133d0f7 --- /dev/null +++ b/nixos/hosts/tente/ports.nix @@ -0,0 +1,19 @@ +rec { + grafana = 3000; + grafanaAlloy = 3001; + grafanaLoki = 3030; + grafanaMatrixForwarder = 3002; + headscale = 8080; + matrix = 8008; + prometheus = 9090; + prometheusNodeExporter = 9002; + prometheusSqlExporter = 9003; + + webUis = { + inherit + grafana + grafanaAlloy + prometheus + ; + }; +} |