From 29158fc0ac28d3a826b57754552034d8030df199 Mon Sep 17 00:00:00 2001 From: Richard Marko Date: Fri, 12 Feb 2021 09:10:25 +0100 Subject: nixos/postgresql: fix description of ensureUsers.ensurePermissions `attrName` and `attrValue` are now in correct order. --- nixos/modules/services/databases/postgresql.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/services/databases') diff --git a/nixos/modules/services/databases/postgresql.nix b/nixos/modules/services/databases/postgresql.nix index fdc05312ece..effc9182472 100644 --- a/nixos/modules/services/databases/postgresql.nix +++ b/nixos/modules/services/databases/postgresql.nix @@ -159,7 +159,7 @@ in For more information on how to specify the target and on which privileges exist, see the GRANT syntax. - The attributes are used as GRANT ''${attrName} ON ''${attrValue}. + The attributes are used as GRANT ''${attrValue} ON ''${attrName}. ''; example = literalExample '' { -- cgit 1.4.1