hosts/hyacinth: init
This commit is contained in:
parent
1d770f1678
commit
f8952fc47e
8 changed files with 130 additions and 6 deletions
|
|
@ -31,9 +31,9 @@ let
|
|||
serverIp
|
||||
];
|
||||
};
|
||||
blossom = {
|
||||
hyacinth = {
|
||||
gateway = "192.168.100.1";
|
||||
interface = "wlp3s0";
|
||||
interface = "enp5s0";
|
||||
routes = [
|
||||
serverIp
|
||||
];
|
||||
|
|
@ -45,7 +45,7 @@ let
|
|||
publicKey = "VDqcpS0lJzFgwikj61MJ1xc9P8Cuq0NXa+Hc+etn2iA=";
|
||||
allowedIPs = [ "10.100.0.2/32" ];
|
||||
};
|
||||
blossom = {
|
||||
hyacinth = {
|
||||
publicKey = "6nVhazYdmC15A/nke9VrqIg3sOBVOmqj4GEsyBq7MVo=";
|
||||
allowedIPs = [ "10.100.0.3/32" ];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue