mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-25 21:30:52 +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 = [
|
||||
{
|
||||
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
Reference in a new issue