summary refs log tree commit diff
path: root/nixos/modules/services/hardware/udisks2.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/hardware/udisks2.nix')
-rw-r--r--nixos/modules/services/hardware/udisks2.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/nixos/modules/services/hardware/udisks2.nix b/nixos/modules/services/hardware/udisks2.nix
index ea552ce867e..f9b5afceac3 100644
--- a/nixos/modules/services/hardware/udisks2.nix
+++ b/nixos/modules/services/hardware/udisks2.nix
@@ -22,7 +22,7 @@ in
       enable = mkOption {
         type = types.bool;
         default = true;
-        description = ''
+        description = lib.mdDoc ''
           Whether to enable Udisks, a DBus service that allows
           applications to query and manipulate storage devices.
         '';
@@ -51,10 +51,10 @@ in
           };
         };
         '';
-        description = ''
+        description = lib.mdDoc ''
           Options passed to udisksd.
-          See <link xlink:href="http://manpages.ubuntu.com/manpages/latest/en/man5/udisks2.conf.5.html">here</link> and
-          drive configuration in <link xlink:href="http://manpages.ubuntu.com/manpages/latest/en/man8/udisks.8.html">here</link> for supported options.
+          See [here](http://manpages.ubuntu.com/manpages/latest/en/man5/udisks2.conf.5.html) and
+          drive configuration in [here](http://manpages.ubuntu.com/manpages/latest/en/man8/udisks.8.html) for supported options.
         '';
       };