nixos/qemu-vm: removed use of lib.mdDoc

Co-authored-by: éclairevoyant <848000+eclairevoyant@users.noreply.github.com>
This commit is contained in:
Anders Johan Jamtli
2024-04-19 19:03:55 +02:00
committed by GitHub
co-authored by éclairevoyant
parent a77095a2af
commit 5612e8ba7b
+1 -1
View File
@@ -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)