diff options
Diffstat (limited to 'modules/monitoring/postgres.nix')
-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"; }; }; } |