diff --git a/lib/netconf-junos/default.nix b/lib/netconf-junos/default.nix index 9a868e6..d1de6d6 100644 --- a/lib/netconf-junos/default.nix +++ b/lib/netconf-junos/default.nix @@ -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. + ''; }; }; }; diff --git a/modules/nixos/dgn-node-monitoring.nix b/modules/nixos/dgn-node-monitoring.nix index 2a8d366..a9d158e 100644 --- a/modules/nixos/dgn-node-monitoring.nix +++ b/modules/nixos/dgn-node-monitoring.nix @@ -33,7 +33,7 @@ in node = 9002; cgroup = 9003; }; - description = lib.mdDoc '' + description = '' Ports to listen on for each exporter. ''; };