hosts/hyacinth: init

This commit is contained in:
LavaDesu 2023-01-28 00:12:28 +07:00
parent 1d770f1678
commit f8952fc47e
Signed by: cilly
GPG key ID: 6500251E087653C9
8 changed files with 130 additions and 6 deletions

View file

@ -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" ];
};