postgresql: comment changes
This commit is contained in:
parent
cac0f1d7b5
commit
136e9285fa
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ in {
|
||||||
services.postgresql = {
|
services.postgresql = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.postgresql_17;
|
package = pkgs.postgresql_17;
|
||||||
# NOTE: it is imperative to create this when starting postgresql!
|
# NOTE: it is imperative to create this manually when starting postgresql.
|
||||||
dataDir = "/srv/data/postgresql/${config.services.postgresql.package.psqlSchema}";
|
dataDir = "/srv/data/postgresql/${config.services.postgresql.package.psqlSchema}";
|
||||||
|
|
||||||
# Whether PostgreSQL should listen on all network interfaces.
|
# Whether PostgreSQL should listen on all network interfaces.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue