tor: Add example to onionServices.name.map (#500118)
This commit is contained in:
@@ -771,6 +771,15 @@ in
|
||||
}
|
||||
))
|
||||
]);
|
||||
example = [
|
||||
{
|
||||
port = 9000;
|
||||
target = {
|
||||
addr = "127.0.0.1";
|
||||
port = 9123;
|
||||
};
|
||||
}
|
||||
];
|
||||
apply = map (
|
||||
v:
|
||||
if lib.isInt v then
|
||||
|
||||
Reference in New Issue
Block a user