summary refs log tree commit diff
path: root/nixos/modules/programs/nncp.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/programs/nncp.nix')
-rw-r--r--nixos/modules/programs/nncp.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/programs/nncp.nix b/nixos/modules/programs/nncp.nix
index 29a703eadf1..f40e888dad8 100644
--- a/nixos/modules/programs/nncp.nix
+++ b/nixos/modules/programs/nncp.nix
@@ -16,7 +16,7 @@ in {
     group = mkOption {
       type = types.str;
       default = "uucp";
-      description = ''
+      description = lib.mdDoc ''
         The group under which NNCP files shall be owned.
         Any member of this group may access the secret keys
         of this NNCP node.
@@ -27,7 +27,7 @@ in {
       type = types.package;
       default = pkgs.nncp;
       defaultText = literalExpression "pkgs.nncp";
-      description = "The NNCP package to use system-wide.";
+      description = lib.mdDoc "The NNCP package to use system-wide.";
     };
 
     secrets = mkOption {