diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-06-13 21:50:54 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-06-13 21:50:54 +0530 |
| commit | e11b9a851851bb47109545093e3accdbcab76859 (patch) | |
| tree | e733232829ccca32d6ff3cfc88e4794222448676 /settings.nix | |
| parent | 6df186662a37b17015959bf0d6b456ab282b1826 (diff) | |
| download | homeserver-nixos-config-e11b9a851851bb47109545093e3accdbcab76859.tar.gz homeserver-nixos-config-e11b9a851851bb47109545093e3accdbcab76859.zip | |
Add grafana+prometheus + embed into dashboard
Diffstat (limited to '')
| -rw-r--r-- | settings.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/settings.nix b/settings.nix index 041e375..06c10a0 100644 --- a/settings.nix +++ b/settings.nix @@ -14,6 +14,9 @@ in lib.recursiveUpdate privateSettings rec { transmissionRPC = 9091; syncthing = 3141; ntfy = 3142; + grafana = 3143; + prometheus = 9001; + prometheusNodeExporter = 9002; }; exposeTransmissionRPC = false; }; |
