modules/patroni: disable upstream module
This commit is contained in:
parent
a3a98bca78
commit
a9e8c0be38
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,10 @@ let
|
||||||
configFile = format.generate "patroni.yml" cfg.settings;
|
configFile = format.generate "patroni.yml" cfg.settings;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
disabledModules = [
|
||||||
|
"services/cluster/patroni/default.nix"
|
||||||
|
];
|
||||||
|
|
||||||
options.services.patroni = {
|
options.services.patroni = {
|
||||||
|
|
||||||
enable = mkEnableOption "Whether to enable Patroni";
|
enable = mkEnableOption "Whether to enable Patroni";
|
||||||
|
|
Loading…
Reference in a new issue