cluster/services/patroni: use our postgresql
This commit is contained in:
parent
da69c6fd89
commit
f71774102e
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ cluster, config, depot, lib, pkgs, ... }:
|
||||
{ cluster, config, depot, lib, ... }:
|
||||
|
||||
let
|
||||
inherit (cluster.config) vars;
|
||||
|
@ -7,7 +7,7 @@ let
|
|||
|
||||
net = vars.meshNet.cidr;
|
||||
|
||||
pg = pkgs.postgresql_14;
|
||||
pg = depot.packages.postgresql;
|
||||
|
||||
baseDir = "/srv/storage/database/postgres-ha";
|
||||
|
||||
|
|
Loading…
Reference in a new issue