mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #1500 from ocharles/postgresql-mkForce
services.postgresql: Hint to use mkForce for authentication
This commit is contained in:
commit
d409a8fefc
1 changed files with 5 additions and 1 deletions
|
@ -82,7 +82,11 @@ in
|
||||||
type = types.lines;
|
type = types.lines;
|
||||||
default = "";
|
default = "";
|
||||||
description = ''
|
description = ''
|
||||||
Defines how users authenticate themselves to the server.
|
Defines how users authenticate themselves to the server. By
|
||||||
|
default, "trust" access to local users will always be granted
|
||||||
|
along with any other custom options. If you do not want this,
|
||||||
|
set this option using "pkgs.lib.mkForce" to override this
|
||||||
|
behaviour.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue