fixup! cluster/services/patroni: implement incandescence provider for databases and users
This commit is contained in:
parent
ee525e0593
commit
6ab5ca5abf
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,7 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}));
|
}));
|
||||||
|
default = {};
|
||||||
};
|
};
|
||||||
users = mkOption {
|
users = mkOption {
|
||||||
type = attrsOf (submodule ({ ... }: {
|
type = attrsOf (submodule ({ ... }: {
|
||||||
|
@ -32,6 +33,7 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}));
|
}));
|
||||||
|
default = {};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue