Merge pull request #260009 from Ma27/postgresql-identmap-example

nixos/postgresql: fix `identMap` example
This commit is contained in:
Maximilian Bosch 2023-10-09 18:31:14 +02:00 committed by GitHub
commit fc784d0ca5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -106,7 +106,7 @@ in
identMap = mkOption { identMap = mkOption {
type = types.lines; type = types.lines;
default = ""; default = "";
example = literalExample '' example = ''
map-name-0 system-username-0 database-username-0 map-name-0 system-username-0 database-username-0
map-name-1 system-username-1 database-username-1 map-name-1 system-username-1 database-username-1
''; '';