summary refs log tree commit diff
path: root/nixos/modules/virtualisation/openstack-options.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/virtualisation/openstack-options.nix')
-rw-r--r--nixos/modules/virtualisation/openstack-options.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/virtualisation/openstack-options.nix b/nixos/modules/virtualisation/openstack-options.nix
index cbc779f27c8..eded418c9c9 100644
--- a/nixos/modules/virtualisation/openstack-options.nix
+++ b/nixos/modules/virtualisation/openstack-options.nix
@@ -28,13 +28,13 @@ in
           type = types.attrsOf (types.submodule {
             options = {
               mount = lib.mkOption {
-                description = "Where to mount this dataset.";
+                description = lib.mdDoc "Where to mount this dataset.";
                 type = types.nullOr types.string;
                 default = null;
               };
 
               properties = lib.mkOption {
-                description = "Properties to set on this dataset.";
+                description = lib.mdDoc "Properties to set on this dataset.";
                 type = types.attrsOf types.string;
                 default = { };
               };