From 5612e8ba7b8c95820ff2a89c9da62dc84e2c55d7 Mon Sep 17 00:00:00 2001 From: Anders Johan Jamtli Date: Fri, 19 Apr 2024 19:03:55 +0200 Subject: [PATCH] nixos/qemu-vm: removed use of lib.mdDoc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: éclairevoyant <848000+eclairevoyant@users.noreply.github.com> --- nixos/modules/virtualisation/qemu-vm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/virtualisation/qemu-vm.nix b/nixos/modules/virtualisation/qemu-vm.nix index f839676c24dd..82b6ff0ee9d6 100644 --- a/nixos/modules/virtualisation/qemu-vm.nix +++ b/nixos/modules/virtualisation/qemu-vm.nix @@ -477,7 +477,7 @@ in options.securityModel = mkOption { type = types.enum [ "passthrough" "mapped-xattr" "mapped-file" "none" ]; default = "mapped-xattr"; - description = lib.mdDoc '' + description = '' The security model to use for this share: - `passthrough`: files are stored using the same credentials as they are created on the guest (this requires QEMU to run as root)