From 722b99bc0eb57711c0498a86a3f55e6c69cdb05f Mon Sep 17 00:00:00 2001 From: pennae Date: Tue, 30 Aug 2022 02:30:04 +0200 Subject: nixos/*: convert options with admonitions to MD rendering changes only slightly, most changes are in spacing. --- nixos/modules/services/databases/postgresql.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'nixos/modules/services/databases/postgresql.nix') diff --git a/nixos/modules/services/databases/postgresql.nix b/nixos/modules/services/databases/postgresql.nix index 3d632eabfc619..e84116635a375 100644 --- a/nixos/modules/services/databases/postgresql.nix +++ b/nixos/modules/services/databases/postgresql.nix @@ -230,15 +230,15 @@ in settings = mkOption { type = with types; attrsOf (oneOf [ bool float int str ]); default = {}; - description = '' + description = lib.mdDoc '' PostgreSQL configuration. Refer to - - for an overview of postgresql.conf. + + for an overview of `postgresql.conf`. - - String values will automatically be enclosed in single quotes. Single quotes will be - escaped with two single quotes as described by the upstream documentation linked above. - + ::: {.note} + String values will automatically be enclosed in single quotes. Single quotes will be + escaped with two single quotes as described by the upstream documentation linked above. + ::: ''; example = literalExpression '' { -- cgit 1.4.1