fix(wireguard): remove wireguardPeerConfig layer

<https://github.com/NixOS/nixpkgs/pull/312472>
This commit is contained in:
reo101 2024-06-03 19:22:40 +03:00
parent 0b71023f81
commit 3c5177a447
Signed by: reo101
GPG key ID: 675AA7EF13964ACB

View file

@ -37,9 +37,7 @@
};
wireguardPeers =
lib.mapAttrsToList
(host: peerConfig: {
wireguardPeerConfig = peerConfig;
})
(host: peerConfig: peerConfig)
{
cheetah = {
PublicKey = "CFTGvBcly791ClwyS6PzTjmqztvYJW2eklR7it/QhxI=";