Add name and endpoint to wg config
Some checks failed
Run nix flake check / flake-check (push) Failing after 3m47s

This commit is contained in:
Torjus Håkestad 2025-05-15 21:20:09 +02:00
parent 6b85e87506
commit 3c52b81d99
Signed by: torjus
SSH Key Fingerprint: SHA256:KjAds8wHfD2mBYK2H815s/+ABcSdcIHUndwHEdSxml4

View File

@ -15,6 +15,8 @@
privateKeyFile = config.sops.secrets.wireguard_private_key.path;
peers = [
{
name = "docker2.t-juice.club";
endpoint = "docker2.t-juice.club:51820";
publicKey = "32Rb13wExcy8uI92JTnFdiOfkv0mlQ6f181WA741DHs=";
allowedIPs = [ "10.69.222.0/24" ];
persistentKeepalive = 25;