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 =
|
wireguardPeers =
|
||||||
lib.mapAttrsToList
|
lib.mapAttrsToList
|
||||||
(host: peerConfig: {
|
(host: peerConfig: peerConfig)
|
||||||
wireguardPeerConfig = peerConfig;
|
|
||||||
})
|
|
||||||
{
|
{
|
||||||
cheetah = {
|
cheetah = {
|
||||||
PublicKey = "CFTGvBcly791ClwyS6PzTjmqztvYJW2eklR7it/QhxI=";
|
PublicKey = "CFTGvBcly791ClwyS6PzTjmqztvYJW2eklR7it/QhxI=";
|
||||||
|
|
Loading…
Reference in a new issue