rtl: add option extraConfig for nodes

Also define rtl config as a Nix attrset that is converted to JSON
This commit is contained in:
Erik Arvstedt 2022-05-14 15:21:37 +02:00
parent ff228a604d
commit 3755b3ebea
No known key found for this signature in database
GPG key ID: 33312B944DD97846
3 changed files with 72 additions and 52 deletions

View file

@ -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