about summary refs log tree commit diff
path: root/nixos/modules/services/networking/ofono.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/networking/ofono.nix')
-rw-r--r--nixos/modules/services/networking/ofono.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/networking/ofono.nix b/nixos/modules/services/networking/ofono.nix
index 960fc35a70acd..460b06443c412 100644
--- a/nixos/modules/services/networking/ofono.nix
+++ b/nixos/modules/services/networking/ofono.nix
@@ -19,13 +19,13 @@ in
   ###### interface
   options = {
     services.ofono = {
-      enable = mkEnableOption (lib.mdDoc "Ofono");
+      enable = mkEnableOption "Ofono";
 
       plugins = mkOption {
         type = types.listOf types.package;
         default = [];
         example = literalExpression "[ pkgs.modem-manager-gui ]";
-        description = lib.mdDoc ''
+        description = ''
           The list of plugins to install.
         '';
       };