summary refs log tree commit diff
path: root/nixos/modules/services/network-filesystems
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2022-08-15 07:16:25 +0200
committerpennae <82953136+pennae@users.noreply.github.com>2022-08-19 22:40:58 +0200
commit6039648c50c7c0858b5e506c6298773a98e0f066 (patch)
tree5421b3c36609e710c85b43d92dc3b830f6a1385b /nixos/modules/services/network-filesystems
parent7e7d68a250f75678451cd44f8c3d585bf750461e (diff)
downloadnixpkgs-6039648c50c7c0858b5e506c6298773a98e0f066.tar
nixpkgs-6039648c50c7c0858b5e506c6298773a98e0f066.tar.gz
nixpkgs-6039648c50c7c0858b5e506c6298773a98e0f066.tar.bz2
nixpkgs-6039648c50c7c0858b5e506c6298773a98e0f066.tar.lz
nixpkgs-6039648c50c7c0858b5e506c6298773a98e0f066.tar.xz
nixpkgs-6039648c50c7c0858b5e506c6298773a98e0f066.tar.zst
nixpkgs-6039648c50c7c0858b5e506c6298773a98e0f066.zip
nixos/*: automatically convert option docs
Diffstat (limited to 'nixos/modules/services/network-filesystems')
-rw-r--r--nixos/modules/services/network-filesystems/yandex-disk.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/network-filesystems/yandex-disk.nix b/nixos/modules/services/network-filesystems/yandex-disk.nix
index d66e481a969..1078df0bed2 100644
--- a/nixos/modules/services/network-filesystems/yandex-disk.nix
+++ b/nixos/modules/services/network-filesystems/yandex-disk.nix
@@ -23,7 +23,7 @@ in
       enable = mkOption {
         type = types.bool;
         default = false;
-        description = ''
+        description = lib.mdDoc ''
           Whether to enable Yandex-disk client. See https://disk.yandex.ru/
         '';
       };