services.postgresql: Hint to use mkForce for authentication

This fixes #1395
This commit is contained in:
Oliver Charles 2014-01-11 22:01:21 +00:00
parent 4ede302207
commit 422f2032ab

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.
'';
};