about summary refs log tree commit diff
path: root/nixpkgs/nixos/modules/services/networking/scion/scion-dispatcher.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/nixos/modules/services/networking/scion/scion-dispatcher.nix')
-rw-r--r--nixpkgs/nixos/modules/services/networking/scion/scion-dispatcher.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixpkgs/nixos/modules/services/networking/scion/scion-dispatcher.nix b/nixpkgs/nixos/modules/services/networking/scion/scion-dispatcher.nix
index bab1ec0a989b..05d1fd0782af 100644
--- a/nixpkgs/nixos/modules/services/networking/scion/scion-dispatcher.nix
+++ b/nixpkgs/nixos/modules/services/networking/scion/scion-dispatcher.nix
@@ -19,7 +19,7 @@ let
 in
 {
   options.services.scion.scion-dispatcher = {
-    enable = mkEnableOption (lib.mdDoc "the scion-dispatcher service");
+    enable = mkEnableOption "the scion-dispatcher service";
     settings = mkOption {
       default = { };
       type = toml.type;
@@ -35,7 +35,7 @@ in
           };
         }
       '';
-      description = lib.mdDoc ''
+      description = ''
         scion-dispatcher configuration. Refer to
         <https://docs.scion.org/en/latest/manuals/common.html>
         for details on supported values.