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/web-servers/phpfpm/default.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'nixos/modules/services/web-servers/phpfpm') diff --git a/nixos/modules/services/web-servers/phpfpm/default.nix b/nixos/modules/services/web-servers/phpfpm/default.nix index e24c77d056a..0bd1d5b29b3 100644 --- a/nixos/modules/services/web-servers/phpfpm/default.nix +++ b/nixos/modules/services/web-servers/phpfpm/default.nix @@ -40,9 +40,12 @@ let socket = mkOption { type = types.str; readOnly = true; - description = '' + description = lib.mdDoc '' Path to the unix socket file on which to accept FastCGI requests. - This option is read-only and managed by NixOS. + + ::: {.note} + This option is read-only and managed by NixOS. + ::: ''; example = "${runtimeDir}/.sock"; }; -- cgit 1.4.1