Merge pull request #87177 from joachimschmidt557/postgresql-enable-option
This commit is contained in:
commit
de37b237ec
@ -34,13 +34,7 @@ in
|
||||
|
||||
services.postgresql = {
|
||||
|
||||
enable = mkOption {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
description = ''
|
||||
Whether to run PostgreSQL.
|
||||
'';
|
||||
};
|
||||
enable = mkEnableOption "PostgreSQL Server";
|
||||
|
||||
package = mkOption {
|
||||
type = types.package;
|
||||
|
Loading…
x
Reference in New Issue
Block a user