mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-28 23:00:58 +01:00
chore(akhaten): fix eval warning
This commit is contained in:
parent
bc301fad04
commit
fad633980d
1 changed files with 4 additions and 9 deletions
|
@ -102,18 +102,13 @@
|
||||||
};
|
};
|
||||||
wireguardPeers = [
|
wireguardPeers = [
|
||||||
{
|
{
|
||||||
wireguardPeerConfig = {
|
PublicKey = "axigTezuClSoQlxWvpdzXKXUDjrrQlswE50ox0uDLR0=";
|
||||||
PublicKey = "axigTezuClSoQlxWvpdzXKXUDjrrQlswE50ox0uDLR0=";
|
AllowedIPs = [ "10.100.45.2/32" ];
|
||||||
AllowedIPs = [ "10.100.45.2/32" ];
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
wireguardPeerConfig = {
|
PublicKey = "ElVrxNiYvV13hEDtqZNw4kLF7UiPTXziz8XgqABB0AU=";
|
||||||
PublicKey = "ElVrxNiYvV13hEDtqZNw4kLF7UiPTXziz8XgqABB0AU=";
|
AllowedIPs = [ "10.100.45.3/32" ];
|
||||||
AllowedIPs = [ "10.100.45.3/32" ];
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue