fix hydra networking and remove unused hydra config files
This commit is contained in:
parent
dc83848eb0
commit
fa9e81589b
7 changed files with 4 additions and 74 deletions
|
@ -278,7 +278,7 @@ in
|
|||
networkConfig.IPv6AcceptRA = false;
|
||||
linkConfig.RequiredForOnline = false;
|
||||
routes = [
|
||||
{ routeConfig = { Gateway = "10.3.3.1"; Destination = "10.3.3.3/32"; }; }
|
||||
{ routeConfig = { Destination = "10.3.3.1/24"; }; }
|
||||
];
|
||||
};
|
||||
"10-uwu" = {
|
||||
|
@ -310,6 +310,7 @@ in
|
|||
PublicKey = "KzL+PKlv4LktIqqTqC9Esw8dkSZN2qSn/vq76UHbOlY=";
|
||||
AllowedIPs = [ "10.3.3.1/32" ];
|
||||
PersistentKeepalive = 25;
|
||||
Endpoint = "surgat.dadada.li:51235";
|
||||
};
|
||||
}];
|
||||
};
|
||||
|
|
|
@ -89,10 +89,7 @@ in
|
|||
linkConfig.RequiredForOnline = "no";
|
||||
routes = [
|
||||
{
|
||||
routeConfig = {
|
||||
Gateway = "10.3.3.3";
|
||||
Destination = "10.3.3.3/24";
|
||||
};
|
||||
routeConfig = { Destination = "10.3.3.0/24"; };
|
||||
}
|
||||
];
|
||||
};
|
||||
|
@ -111,7 +108,6 @@ in
|
|||
wireguardPeerConfig = {
|
||||
PublicKey = "Kw2HVRb1zeA7NAzBvI3UzmOj45VqM358EBuZWdlAUDE=";
|
||||
AllowedIPs = [ "10.3.3.3/32" ];
|
||||
PersistentKeepalive = 25;
|
||||
};
|
||||
}];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue