summary refs log tree commit diff
path: root/nixos/modules/services/backup/duplicati.nix
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2022-08-30 02:30:04 +0200
committerpennae <github@quasiparticle.net>2022-08-31 16:36:16 +0200
commit722b99bc0eb57711c0498a86a3f55e6c69cdb05f (patch)
treef5841c8c329a23a3268556efadccf17423519e37 /nixos/modules/services/backup/duplicati.nix
parentbd5636884879a6ef672703dd51f3e398a58c3b8e (diff)
downloadnixpkgs-722b99bc0eb57711c0498a86a3f55e6c69cdb05f.tar
nixpkgs-722b99bc0eb57711c0498a86a3f55e6c69cdb05f.tar.gz
nixpkgs-722b99bc0eb57711c0498a86a3f55e6c69cdb05f.tar.bz2
nixpkgs-722b99bc0eb57711c0498a86a3f55e6c69cdb05f.tar.lz
nixpkgs-722b99bc0eb57711c0498a86a3f55e6c69cdb05f.tar.xz
nixpkgs-722b99bc0eb57711c0498a86a3f55e6c69cdb05f.tar.zst
nixpkgs-722b99bc0eb57711c0498a86a3f55e6c69cdb05f.zip
nixos/*: convert options with admonitions to MD
rendering changes only slightly, most changes are in spacing.
Diffstat (limited to 'nixos/modules/services/backup/duplicati.nix')
-rw-r--r--nixos/modules/services/backup/duplicati.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/nixos/modules/services/backup/duplicati.nix b/nixos/modules/services/backup/duplicati.nix
index 7100cad6cf0..47f0b618c8d 100644
--- a/nixos/modules/services/backup/duplicati.nix
+++ b/nixos/modules/services/backup/duplicati.nix
@@ -21,14 +21,14 @@ in
       dataDir = mkOption {
         type = types.str;
         default = "/var/lib/duplicati";
-        description = ''
+        description = lib.mdDoc ''
           The directory where Duplicati stores its data files.
 
-          <note><para>
-            If left as the default value this directory will automatically be created
-            before the Duplicati server starts, otherwise you are responsible for ensuring
-            the directory exists with appropriate ownership and permissions.
-          </para></note>
+          ::: {.note}
+          If left as the default value this directory will automatically be created
+          before the Duplicati server starts, otherwise you are responsible for ensuring
+          the directory exists with appropriate ownership and permissions.
+          :::
         '';
       };