summary refs log tree commit diff
path: root/nixos/modules/services/databases
diff options
context:
space:
mode:
authorAaron Andersen <aaron@fosslib.net>2021-04-10 10:19:50 -0400
committerGitHub <noreply@github.com>2021-04-10 10:19:50 -0400
commit3036212d5af5f4d718e49c9b018bced9f0400d9a (patch)
tree063136b8d70d46680d1b91b6d5c53737d6013ee5 /nixos/modules/services/databases
parent827fb0a2a8a4bc7bc79b7a646f91efb76662400b (diff)
parent580d88efa0b0591d370f8204f462d2c40f84eb22 (diff)
downloadnixpkgs-3036212d5af5f4d718e49c9b018bced9f0400d9a.tar
nixpkgs-3036212d5af5f4d718e49c9b018bced9f0400d9a.tar.gz
nixpkgs-3036212d5af5f4d718e49c9b018bced9f0400d9a.tar.bz2
nixpkgs-3036212d5af5f4d718e49c9b018bced9f0400d9a.tar.lz
nixpkgs-3036212d5af5f4d718e49c9b018bced9f0400d9a.tar.xz
nixpkgs-3036212d5af5f4d718e49c9b018bced9f0400d9a.tar.zst
nixpkgs-3036212d5af5f4d718e49c9b018bced9f0400d9a.zip
Merge pull request #118952 from expipiplus1/patch-2
services.postgresql: Improve example clarity
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 900185fbbdf..ee8cdf2d285 100644
--- a/nixos/modules/services/databases/postgresql.nix
+++ b/nixos/modules/services/databases/postgresql.nix
@@ -163,7 +163,7 @@ in
               '';
               example = literalExample ''
                 {
-                  "DATABASE nextcloud" = "ALL PRIVILEGES";
+                  "DATABASE \"nextcloud\"" = "ALL PRIVILEGES";
                   "ALL TABLES IN SCHEMA public" = "ALL PRIVILEGES";
                 }
               '';