hosts: add some PV networks to hyprspace
This commit is contained in:
parent
0eb07f4633
commit
35464bee81
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@ in with tools.dns; {
|
|||
hypr = {
|
||||
id = "QmYs4xNBby2fTs8RnzfXEk161KD4mftBfCiR8yXtgGPj4J";
|
||||
addr = "10.100.3.5";
|
||||
routes = [
|
||||
"10.1.0.1/32"
|
||||
"10.10.0.0/16"
|
||||
];
|
||||
};
|
||||
};
|
||||
prophet = {
|
||||
|
|
Loading…
Reference in a new issue