Merge pull request #260009 from Ma27/postgresql-identmap-example
nixos/postgresql: fix `identMap` example
This commit is contained in:
commit
fc784d0ca5
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ in
|
|||
identMap = mkOption {
|
||||
type = types.lines;
|
||||
default = "";
|
||||
example = literalExample ''
|
||||
example = ''
|
||||
map-name-0 system-username-0 database-username-0
|
||||
map-name-1 system-username-1 database-username-1
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue