Revert "Fix nixos evaluation on systems that haven't set postgresql.package"
This reverts commit 1e543984bcaf5c9e2c26a1b3de86ffa4d9fe7ba3. This would have been nice if we had had it from the start, but now it just breaks things for existing users. Maybe we can add it conditionally when new postgres versions come out. Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
parent
1e543984bc
commit
56a60c7fe6
@ -75,7 +75,6 @@ in
|
|||||||
|
|
||||||
dataDir = mkOption {
|
dataDir = mkOption {
|
||||||
default = "/var/db/postgresql-${cfg.package.psqlSchema}";
|
default = "/var/db/postgresql-${cfg.package.psqlSchema}";
|
||||||
defaultText = "/var/db/postgresql-{version}";
|
|
||||||
description = ''
|
description = ''
|
||||||
Data directory for PostgreSQL.
|
Data directory for PostgreSQL.
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user