diff options
author | Martin Fischer <martin@push-f.com> | 2025-09-18 10:25:03 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-09-18 10:25:03 +0200 |
commit | e78b42dfe2d4852a39770f8b16b46eed1780e87a (patch) | |
tree | cfaafcc4a3a92239b8cc124a9f730cfeb1e378fc /nixos/hosts/tente | |
parent | 6777e059414701107f77c62cdd32435d27047c2e (diff) |
refactor: specify prometheus port
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; |