Compare commits
1 commit
0e8db874a2
...
462622a077
Author | SHA1 | Date | |
---|---|---|---|
462622a077 |
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@ with lib;
|
|||
{
|
||||
options.qois.postgresql = {
|
||||
enable = mkEnableOption ''Enable postgresql services with defaults'';
|
||||
package = mkPackageOption pkgs "postgresql" {
|
||||
example = "postgresql_15";
|
||||
default = null;
|
||||
};
|
||||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
|
|
Loading…
Add table
Reference in a new issue