From 1d15f4b0031bd50a87babce969d86689ef2665f2 Mon Sep 17 00:00:00 2001 From: caley <195605706+cqley@users.noreply.github.com> Date: Sat, 25 Jul 2026 03:12:11 +0200 Subject: Update WireGuard peer configuration --- nixos/hosts/bin/components/wireguard.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'nixos/hosts/bin') diff --git a/nixos/hosts/bin/components/wireguard.nix b/nixos/hosts/bin/components/wireguard.nix index 03371bc..9750a75 100644 --- a/nixos/hosts/bin/components/wireguard.nix +++ b/nixos/hosts/bin/components/wireguard.nix @@ -8,14 +8,12 @@ privateKeyFile = "/var/lib/wireguard/privatekey"; peers = [ - # PC { publicKey = "BdQ1JoAFU5XGFfZDNPEUk78zI8yLLReSWdVbeETwNX4="; allowedIPs = [ "10.0.0.2/32" ]; } - # Laptop { - publicKey = " "; + publicKey = "W4Je63gh8f6LsSZfIj8PT7x0ktp9+dyDkPNBqvAmBUs="; allowedIPs = [ "10.0.0.3/32" ]; } ]; -- cgit v1.3.1