fix: remove lib.mdDoc references #186
2 changed files with 3 additions and 4 deletions
|
@ -40,7 +40,6 @@
|
|||
|
||||
let
|
||||
inherit (lib)
|
||||
mdDoc
|
||||
mkDefault
|
||||
mkEnableOption
|
||||
mkIf
|
||||
|
@ -88,13 +87,13 @@ in
|
|||
user = mkOption {
|
||||
type = types.str;
|
||||
default = "ds-fr";
|
||||
description = mdDoc "User account under which DS runs.";
|
||||
description = "User account under which DS runs.";
|
||||
};
|
||||
|
||||
group = mkOption {
|
||||
type = types.str;
|
||||
default = "ds-fr";
|
||||
description = mdDoc "Group account under which DS runs.";
|
||||
description = "Group account under which DS runs.";
|
||||
};
|
||||
|
||||
dataDir = mkOption {
|
||||
|
|
|
@ -24,7 +24,7 @@ in
|
|||
port = mkOption {
|
||||
type = types.port;
|
||||
default = 9002;
|
||||
description = lib.mdDoc ''
|
||||
description = ''
|
||||
Port to listen on.
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue