diff options
author | Martin Fischer <martin@push-f.com> | 2025-03-16 08:41:52 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-03-20 07:30:34 +0100 |
commit | 86322633835cf5970be8bd12c7d57899cbd49d28 (patch) | |
tree | 64a2e9a76a68a1ea1f2f9c282e04de54320c0db4 /nixos/shared/postgresql.nix | |
parent | 85354207b362b6b214f0620d7bd862519dcb4365 (diff) |
feat(tente): monitor database sizes
Diffstat (limited to 'nixos/shared/postgresql.nix')
-rw-r--r-- | nixos/shared/postgresql.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/shared/postgresql.nix b/nixos/shared/postgresql.nix index 6d9bb40..274895b 100644 --- a/nixos/shared/postgresql.nix +++ b/nixos/shared/postgresql.nix @@ -7,6 +7,7 @@ authentication = pkgs.lib.mkOverride 10 '' #type database DBuser auth-method local sameuser all peer + local all prometheus-sql-exporter peer ''; }; }; |