Merge branch 'master' of github.com:NixOS/nixos into systemd

This commit is contained in:
Eelco Dolstra
2012-08-20 11:27:38 -04:00
30 changed files with 305 additions and 107 deletions

View File

@@ -20,7 +20,7 @@ let
'';
};
postgresql = postgresqlAndPlugins pkgs.postgresql;
postgresql = postgresqlAndPlugins cfg.package;
run = "su -s ${pkgs.stdenv.shell} postgres";
@@ -54,6 +54,13 @@ in
'';
};
package = mkOption {
default = pkgs.postgresql;
description = ''
PostgreSQL package to use.
'';
};
port = mkOption {
default = "5432";
description = ''