summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcaley <195605706+cqley@users.noreply.github.com>2026-07-25 03:12:41 +0200
committerGitHub <noreply@github.com>2026-07-25 03:12:41 +0200
commit44dcddcc8d44f44f2a9ff4c33ab706c77e10163b (patch)
tree8cd9712b1961d21de62858e860468d1fe8dfb2ac
parent1d15f4b0031bd50a87babce969d86689ef2665f2 (diff)
Set publicKey for WireGuard peer configuration
-rw-r--r--nixos/hosts/bed/components/wireguard.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/hosts/bed/components/wireguard.nix b/nixos/hosts/bed/components/wireguard.nix
index b4f64ec..578ab62 100644
--- a/nixos/hosts/bed/components/wireguard.nix
+++ b/nixos/hosts/bed/components/wireguard.nix
@@ -5,7 +5,7 @@
peers = [
{
- publicKey = " ";
+ publicKey = "W4Je63gh8f6LsSZfIj8PT7x0ktp9+dyDkPNBqvAmBUs=";
endpoint = "5.231.118.254:51820";
allowedIPs = [ "10.0.0.0/24" ];
persistentKeepalive = 25;