Update nixos/modules/services/databases/postgresql.nix

Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
This commit is contained in:
Jonathan Lorimer
2022-11-28 10:21:18 -05:00
committed by GitHub
parent 193aa6faf4
commit 4e502a1c4d

View File

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