summary refs log tree commit diff
path: root/nixos/modules/services/misc/xmr-stak.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/misc/xmr-stak.nix')
-rw-r--r--nixos/modules/services/misc/xmr-stak.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/misc/xmr-stak.nix b/nixos/modules/services/misc/xmr-stak.nix
index 9256e9ae01c..c218f747f28 100644
--- a/nixos/modules/services/misc/xmr-stak.nix
+++ b/nixos/modules/services/misc/xmr-stak.nix
@@ -23,7 +23,7 @@ in
         type = types.listOf types.str;
         default = [];
         example = [ "--noCPU" "--currency monero" ];
-        description = "List of parameters to pass to xmr-stak.";
+        description = lib.mdDoc "List of parameters to pass to xmr-stak.";
       };
 
       configFiles = mkOption {
@@ -52,7 +52,7 @@ in
             ''';
           }
         '';
-        description = ''
+        description = lib.mdDoc ''
           Content of config files like config.txt, pools.txt or cpu.txt.
         '';
       };