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