From b4e456e3acb1968dcc5c21fcb8560e143bfb48aa Mon Sep 17 00:00:00 2001 From: Bloxx12 Date: Thu, 22 May 2025 20:01:11 +0200 Subject: [PATCH] postgresql: comment changes --- modules/services/postgresql/module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/postgresql/module.nix b/modules/services/postgresql/module.nix index 68128ae..bbf1ff4 100644 --- a/modules/services/postgresql/module.nix +++ b/modules/services/postgresql/module.nix @@ -15,7 +15,7 @@ in { services.postgresql = { enable = true; 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}"; # Whether PostgreSQL should listen on all network interfaces.