diff options
author | sinanmohd <sinan@sinanmohd.com> | 2025-03-18 00:24:16 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2025-03-18 00:24:16 +0530 |
commit | 1fcee6d24322d456ccc5183e0908e298dd310646 (patch) | |
tree | 00a8ef8c9d7bce9c5ebdf9aaa7f844e475711aba | |
parent | e29cb9544bc7d12c6e8fd0dc0b3ad565f2a7c1b3 (diff) |
kay/wireguard: add peer
-rw-r--r-- | os/kay/modules/wireguard.nix | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/os/kay/modules/wireguard.nix b/os/kay/modules/wireguard.nix index 7532280..4256dd3 100644 --- a/os/kay/modules/wireguard.nix +++ b/os/kay/modules/wireguard.nix @@ -24,7 +24,7 @@ AllowedIPs = 10.0.1.2/32 [Peer] - # friendly_name = veu + # friendly_name = exy PublicKey = bJ9aqGYD2Jh4MtWIL7q3XxVHFuUdwGJwO8p7H3nNPj8= AllowedIPs = 10.0.1.3/32 @@ -37,6 +37,11 @@ # friendly_name = pradeep PublicKey = BAOdbgUd53ZmQWkZP3N+zAsxdBpqv6icEwmmjRFEmxI= AllowedIPs = 10.0.1.5/32 + + [Peer] + # friendly_name = angelo + PublicKey = U6+PzFuM6lKVx0TnDWuWJMsP6Tj8o1a9zjRcD7gV53o= + AllowedIPs = 10.0.1.6/32 ''; in { sops.secrets."misc/wireguard" = {}; |