Merge pull request #87177 from joachimschmidt557/postgresql-enable-option

This commit is contained in:
Jörg Thalheim 2020-05-07 10:42:00 +01:00 committed by GitHub
commit de37b237ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;