commit b98371fcb641674fd05ebfd798017a44401509f6 parent 1f2b774248aab5bd4bca6314698e921aa04bd420 Author: MTRNord <mtrnord1@gmail.com> Date: Tue, 5 Sep 2023 19:24:46 +0200 Add pgbouncer to patroni group Diffstat:
| M | nixos/common/lib/pgbouncer.nix | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/nixos/common/lib/pgbouncer.nix b/nixos/common/lib/pgbouncer.nix @@ -10,6 +10,7 @@ isSystemUser = true; description = "PgBouncer User"; group = "pgbouncer"; + extraGroups = [ "patroni" ]; }; }; };