diff options
author | Rory& <root@rory.gay> | 2024-08-28 22:20:22 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-08-28 22:20:22 +0200 |
commit | 78a17b497576272f8e0ea045a5a44ffcf5516d7d (patch) | |
tree | 6031b6935bdc0db21a7a246dd0c4bb26af719f2f /modules/monitoring | |
parent | Monitoring? (diff) | |
download | Rory-Open-Architecture-78a17b497576272f8e0ea045a5a44ffcf5516d7d.tar.xz |
Monitoring fixes
Diffstat (limited to 'modules/monitoring')
-rw-r--r-- | modules/monitoring/postgres.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/monitoring/postgres.nix b/modules/monitoring/postgres.nix index bbb55e6..5505892 100644 --- a/modules/monitoring/postgres.nix +++ b/modules/monitoring/postgres.nix @@ -37,7 +37,7 @@ in options = { path = builtins.fetchurl { url = "https://grafana.com/api/dashboards/14114/revisions/1/download"; - sha256 = "0qza4j8lywrj08bqbww52dgh2p2b9rkhq5p313g72i57lrlkacfl"; + sha256 = "0hk0d2nk8nh5ldd17sy3wwpn1xhyinjlsy5vgmnvpvn6g97n342z"; }; }; } |