diff options
author | Linnnus <[email protected]> | 2025-05-12 00:26:09 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2025-05-13 14:52:33 +0200 |
commit | 95677cdfa29f1e7a4a10be2243ec320e56979832 (patch) | |
tree | 313addb5d2e707d4d6c102847fd85220d3513b1c | |
parent | 291b435672654bdc71c52923e7a819fb783a6545 (diff) |
ahmed: Allow VPN connection from iPhone
-rw-r--r-- | hosts/ahmed/wireguard-vpn/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hosts/ahmed/wireguard-vpn/default.nix b/hosts/ahmed/wireguard-vpn/default.nix index bf70a12..4ba8edc 100644 --- a/hosts/ahmed/wireguard-vpn/default.nix +++ b/hosts/ahmed/wireguard-vpn/default.nix @@ -31,6 +31,11 @@ in { publicKey = metadata.hosts.muhammed.wireguard.pubkey; allowedIPs = ["10.100.0.2/32"]; } + { + # iPhone + publicKey = "/BCjhCe68dSoORo9XQvGsUKOos/h1xu3LaAJoHvn/yw="; + allowedIPs = ["10.100.0.3/32"]; + } ]; }; |