Revert "postgresql: version the dataDir by default"
This reverts commit 7f1e728606e99dbf394790bdf6eccca685fe981b. 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
56a60c7fe6
commit
52fc087296
@ -74,7 +74,7 @@ in
|
||||
};
|
||||
|
||||
dataDir = mkOption {
|
||||
default = "/var/db/postgresql-${cfg.package.psqlSchema}";
|
||||
default = "/var/db/postgresql";
|
||||
description = ''
|
||||
Data directory for PostgreSQL.
|
||||
'';
|
||||
|
Loading…
x
Reference in New Issue
Block a user