summary refs log tree commit diff
path: root/nixos/modules/services/misc/serviio.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/misc/serviio.nix')
-rw-r--r--nixos/modules/services/misc/serviio.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/misc/serviio.nix b/nixos/modules/services/misc/serviio.nix
index 0ead6a81691..57efebb2c03 100644
--- a/nixos/modules/services/misc/serviio.nix
+++ b/nixos/modules/services/misc/serviio.nix
@@ -31,7 +31,7 @@ in {
       enable = mkOption {
         type = types.bool;
         default = false;
-        description = ''
+        description = lib.mdDoc ''
           Whether to enable the Serviio Media Server.
         '';
       };
@@ -39,7 +39,7 @@ in {
       dataDir = mkOption {
         type = types.path;
         default = "/var/lib/serviio";
-        description = ''
+        description = lib.mdDoc ''
           The directory where serviio stores its state, data, etc.
         '';
       };