0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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