postgresql: comment changes

This commit is contained in:
Bloxx12 2025-05-22 20:01:11 +02:00
commit 136e9285fa
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E

View file

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