Fixup
This commit is contained in:
parent
28f312aa1f
commit
6f06fe69a5
2 changed files with 3 additions and 3 deletions
|
@ -89,7 +89,7 @@ in
|
||||||
|
|
||||||
|
|
||||||
networking.wireguard.interfaces."hydra" = {
|
networking.wireguard.interfaces."hydra" = {
|
||||||
ips = [ "10.3.3.1/24" ];
|
ips = [ "10.3.3.3/24" ];
|
||||||
listenPort = 51235;
|
listenPort = 51235;
|
||||||
|
|
||||||
privateKeyFile = "/var/lib/wireguard/hydra";
|
privateKeyFile = "/var/lib/wireguard/hydra";
|
||||||
|
@ -97,7 +97,7 @@ in
|
||||||
peers = [
|
peers = [
|
||||||
{
|
{
|
||||||
publicKey = "KzL+PKlv4LktIqqTqC9Esw8dkSZN2qSn/vq76UHbOlY=";
|
publicKey = "KzL+PKlv4LktIqqTqC9Esw8dkSZN2qSn/vq76UHbOlY=";
|
||||||
allowedIPs = [ "10.3.3.3/32" ];
|
allowedIPs = [ "10.3.3.1/32" ];
|
||||||
endpoint = "surgat.dadada.li:51235";
|
endpoint = "surgat.dadada.li:51235";
|
||||||
persistentKeepalive = 25;
|
persistentKeepalive = 25;
|
||||||
}
|
}
|
||||||
|
|
|
@ -106,7 +106,7 @@ in
|
||||||
peers = [
|
peers = [
|
||||||
{
|
{
|
||||||
publicKey = "CTKwL6+SJIqKXr1DIHejMDgjoxlWPaT78Pz3+JqcNlw=";
|
publicKey = "CTKwL6+SJIqKXr1DIHejMDgjoxlWPaT78Pz3+JqcNlw=";
|
||||||
allowedIPs = [ "10.3.3.1/32" ];
|
allowedIPs = [ "10.3.3.3/32" ];
|
||||||
persistentKeepalive = 25;
|
persistentKeepalive = 25;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue