nixos/pgbouncer: use cfg.package option, instead of global pkgs

This commit is contained in:
eyjhb
2025-05-30 20:18:39 +02:00
parent 31fcc26ebe
commit ba9f907a74
@@ -420,7 +420,7 @@ in
User = cfg.user;
Group = cfg.group;
ExecStart = utils.escapeSystemdExecArgs [
(lib.getExe pkgs.pgbouncer)
(lib.getExe cfg.package)
"/etc/${configPath}"
];
RuntimeDirectory = "pgbouncer";