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.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/ofono.nix b/nixos/modules/services/networking/ofono.nix
index 460b06443c4..6192857cd3e 100644
--- a/nixos/modules/services/networking/ofono.nix
+++ b/nixos/modules/services/networking/ofono.nix
@@ -25,7 +25,7 @@ in
         type = types.listOf types.package;
         default = [];
         example = literalExpression "[ pkgs.modem-manager-gui ]";
-        description = ''
+        description = lib.mdDoc ''
           The list of plugins to install.
         '';
       };