rtl: add option extraConfig for nodes
Also define rtl config as a Nix attrset that is converted to JSON
This commit is contained in:
@@ -107,4 +107,6 @@ let self = {
|
||||
|
||||
addressWithPort = addr: port: "${self.address addr}:${toString port}";
|
||||
|
||||
optionalAttr = cond: name: if cond then name else null;
|
||||
|
||||
}; in self
|
||||
|
||||
Reference in New Issue
Block a user