system/wireguard: fix dandelion again

This commit is contained in:
LavaDesu 2025-05-23 00:47:27 +10:00
parent 93c91d5a6b
commit 5ef6a68587
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -58,7 +58,7 @@ let
};
};
clientPeers = builtins.removeAttrs (builtins.attrValues clients) [ "interfaces" ];
clientPeers = builtins.attrValues (builtins.removeAttrs clients [ "interfaces" ]);
serverPeerWith = ips: {
publicKey = "3ugIk2tQZXjAH9/95s63ld2WNUHQrd4Mz5jzbln6oj0=";
allowedIPs = ips;