feat(compute01/search): init search.infra #199

Open
lbailly wants to merge 3 commits from search-infra into main
2 changed files with 5 additions and 1 deletions
Showing only changes of commit 275c2ce0f4 - Show all commits

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.
'';
};