From 7e7d68a250f75678451cd44f8c3d585bf750461e Mon Sep 17 00:00:00 2001 From: pennae Date: Sun, 14 Aug 2022 09:03:30 +0200 Subject: nixos/*: mark pre-existing markdown descriptions as mdDoc --- nixos/modules/tasks/filesystems/zfs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/tasks/filesystems') diff --git a/nixos/modules/tasks/filesystems/zfs.nix b/nixos/modules/tasks/filesystems/zfs.nix index 2ff6c1067c76d..0975ed0aab9b9 100644 --- a/nixos/modules/tasks/filesystems/zfs.nix +++ b/nixos/modules/tasks/filesystems/zfs.nix @@ -426,7 +426,7 @@ in type = types.either (types.enum [ "disabled" "all" ]) (types.listOf types.str); default = "disabled"; example = [ "tank" "dozer" ]; - description = '' + description = lib.mdDoc '' After importing, expand each device in the specified pools. Set the value to the plain string "all" to expand all pools on boot: -- cgit 1.4.1