Require postgres version to be configured manually
Some checks failed
CI / build (push) Failing after 44s
Some checks failed
CI / build (push) Failing after 44s
This commit is contained in:
parent
2b415162b6
commit
462622a077
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@ with lib;
|
||||||
{
|
{
|
||||||
options.qois.postgresql = {
|
options.qois.postgresql = {
|
||||||
enable = mkEnableOption ''Enable postgresql services with defaults'';
|
enable = mkEnableOption ''Enable postgresql services with defaults'';
|
||||||
|
package = mkPackageOption pkgs "postgresql" {
|
||||||
|
example = "postgresql_15";
|
||||||
|
default = null;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
|
|
Loading…
Reference in a new issue