fix(wireguard): remove wireguardPeerConfig
layer
<https://github.com/NixOS/nixpkgs/pull/312472>
This commit is contained in:
parent
0b71023f81
commit
3c5177a447
1 changed files with 1 additions and 3 deletions
|
@ -37,9 +37,7 @@
|
|||
};
|
||||
wireguardPeers =
|
||||
lib.mapAttrsToList
|
||||
(host: peerConfig: {
|
||||
wireguardPeerConfig = peerConfig;
|
||||
})
|
||||
(host: peerConfig: peerConfig)
|
||||
{
|
||||
cheetah = {
|
||||
PublicKey = "CFTGvBcly791ClwyS6PzTjmqztvYJW2eklR7it/QhxI=";
|
||||
|
|
Loading…
Reference in a new issue