fix(doc): missing description and lib.mdDoc

This commit is contained in:
catvayor 2024-12-21 11:16:42 +01:00
parent 86c315dd40
commit 275c2ce0f4
Signed by: lbailly
GPG key ID: CE3E645251AC63F3
2 changed files with 5 additions and 1 deletions

View file

@ -46,6 +46,7 @@ in
nixpkgs = mkOption {
type = attrs;
default = { };
visible = false;
};
netconf = {
xmls.configuration = mkOption {
@ -77,6 +78,9 @@ in
rpc = mkOption {
type = package;
readOnly = true;
description = ''
The final rpc xml to send via netconf.
'';
};
};
};

View file

@ -33,7 +33,7 @@ in
node = 9002;
cgroup = 9003;
};
description = lib.mdDoc ''
description = ''
Ports to listen on for each exporter.
'';
};