diff options
Diffstat (limited to 'nixos/hosts/tente')
-rw-r--r-- | nixos/hosts/tente/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/hosts/tente/default.nix b/nixos/hosts/tente/default.nix index b9ac389..708e218 100644 --- a/nixos/hosts/tente/default.nix +++ b/nixos/hosts/tente/default.nix @@ -122,6 +122,7 @@ rec { grafana.matrixServerUrl = "http://localhost:${toString matrix.port}"; monitoring.alloyUiPort = 3001; monitoring.lokiPort = 3030; + monitoring.prometheusPort = 9090; monitoring.prometheusNodeExporterPort = 9002; exporters.sqlExporterPort = 9003; headscale.port = 8080; |