summary refs log tree commit diff
path: root/nixos/modules/services/databases
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-10-09 18:00:59 +0000
committerGitHub <noreply@github.com>2023-10-09 18:00:59 +0000
commit75d4639be31d1dd1495f9002793394a152abc07e (patch)
treed1d7fd26e64300ae48bea2e83fe7f642235f48bd /nixos/modules/services/databases
parent5903dfbe6d6d614852c7f1865911f8a944babc61 (diff)
parent38aa96fc39c9719994f08100f791c27d31ee7892 (diff)
downloadnixpkgs-75d4639be31d1dd1495f9002793394a152abc07e.tar
nixpkgs-75d4639be31d1dd1495f9002793394a152abc07e.tar.gz
nixpkgs-75d4639be31d1dd1495f9002793394a152abc07e.tar.bz2
nixpkgs-75d4639be31d1dd1495f9002793394a152abc07e.tar.lz
nixpkgs-75d4639be31d1dd1495f9002793394a152abc07e.tar.xz
nixpkgs-75d4639be31d1dd1495f9002793394a152abc07e.tar.zst
nixpkgs-75d4639be31d1dd1495f9002793394a152abc07e.zip
Merge master into staging-next
Diffstat (limited to 'nixos/modules/services/databases')
-rw-r--r--nixos/modules/services/databases/postgresql.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/databases/postgresql.nix b/nixos/modules/services/databases/postgresql.nix
index 279b47fffd9..2d4ef056318 100644
--- a/nixos/modules/services/databases/postgresql.nix
+++ b/nixos/modules/services/databases/postgresql.nix
@@ -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
         '';