commit c7f6ce4e0ca4823a0d1f5771dc2b1f4c6b8122d4 parent 6af1ac44501a18b9701f3b1a92e266e29b3aac19 Author: MTRNord <mtrnord1@gmail.com> Date: Sun, 10 Sep 2023 14:25:46 +0200 Fix perms Diffstat:
| M | nixos/common/lib/confd.nix | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nixos/common/lib/confd.nix b/nixos/common/lib/confd.nix @@ -70,7 +70,7 @@ # Ensure confd can create a config system.activationScripts = { postgresqlMkdir = { - text = "mkdir -p /etc/pgcat && chown pgcat:pgcat -R /etc/pgcat && chmod o+w /etc/pgcat"; + text = "mkdir -p /etc/pgbouncer && chown pgbouncer:pgbouncer -R /etc/pgbouncer && chmod o+w /etc/pgbouncer"; deps = [ ]; }; };