Add name and endpoint to wg config
Some checks failed
Run nix flake check / flake-check (push) Failing after 3m47s
Some checks failed
Run nix flake check / flake-check (push) Failing after 3m47s
This commit is contained in:
parent
6b85e87506
commit
3c52b81d99
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user