Merge pull request #1500 from ocharles/postgresql-mkForce

services.postgresql: Hint to use mkForce for authentication
This commit is contained in:
Domen Kožar 2014-01-11 14:37:29 -08:00
commit d409a8fefc

View file

@ -82,7 +82,11 @@ in
type = types.lines;
default = "";
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.
'';
};