diff options
| author | caley <195605706+cqley@users.noreply.github.com> | 2026-07-25 03:12:11 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-25 03:12:11 +0200 |
| commit | 1d15f4b0031bd50a87babce969d86689ef2665f2 (patch) | |
| tree | df6c81656ebb7984073e0dd997cb29ffaa779e75 /nixos/hosts/bin/components/wireguard.nix | |
| parent | 649ddbf698105f31f76fe2f0b644d5f78083684b (diff) | |
Update WireGuard peer configuration
Diffstat (limited to 'nixos/hosts/bin/components/wireguard.nix')
| -rw-r--r-- | nixos/hosts/bin/components/wireguard.nix | 4 |
1 files changed, 1 insertions, 3 deletions
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" ]; } ]; |
