summary refs log tree commit diff
path: root/nixos/modules/virtualisation/appvm.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/virtualisation/appvm.nix')
-rw-r--r--nixos/modules/virtualisation/appvm.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/virtualisation/appvm.nix b/nixos/modules/virtualisation/appvm.nix
index 24315a85d0e..b23b321095c 100644
--- a/nixos/modules/virtualisation/appvm.nix
+++ b/nixos/modules/virtualisation/appvm.nix
@@ -13,13 +13,13 @@ in {
       enable = mkOption {
         type = types.bool;
         default = false;
-        description = ''
+        description = lib.mdDoc ''
           This enables AppVMs and related virtualisation settings.
         '';
       };
       user = mkOption {
         type = types.str;
-        description = ''
+        description = lib.mdDoc ''
           AppVM user login. Currenly only AppVMs are supported for a single user only.
         '';
       };