summary refs log tree commit diff
path: root/nixos/modules/services/databases/postgresql.nix
diff options
context:
space:
mode:
authorJonathan Lorimer <32466011+JonathanLorimer@users.noreply.github.com>2022-11-28 10:21:18 -0500
committerGitHub <noreply@github.com>2022-11-28 10:21:18 -0500
commit4e502a1c4d207610b0964b92bb41e574ed62e9c9 (patch)
treea4f57422fe03cfca9f44e5e49a1029ff9f80eb95 /nixos/modules/services/databases/postgresql.nix
parent193aa6faf4c9f881d58df7baa4447958bf61c4ac (diff)
Update nixos/modules/services/databases/postgresql.nix
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
Diffstat (limited to 'nixos/modules/services/databases/postgresql.nix')
-rw-r--r--nixos/modules/services/databases/postgresql.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/databases/postgresql.nix b/nixos/modules/services/databases/postgresql.nix
index 910c149b8f599..1549678405330 100644
--- a/nixos/modules/services/databases/postgresql.nix
+++ b/nixos/modules/services/databases/postgresql.nix
@@ -186,7 +186,7 @@ in
               '';
               default = {};
               defaultText = lib.literalMD ''
-                If not set then the user created will have the default permissions assigned by postgres
+                The default, `null`, means that the user created will have the default permissions assigned by PostgreSQL. Subsequent server starts will not set or unset the clause, so imperative changes are preserved.
               '';
               type = types.submodule {
                 options = let