diff options
| author | caley <195605706+cqley@users.noreply.github.com> | 2026-07-25 03:12:41 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-25 03:12:41 +0200 |
| commit | 44dcddcc8d44f44f2a9ff4c33ab706c77e10163b (patch) | |
| tree | 8cd9712b1961d21de62858e860468d1fe8dfb2ac /nixos/hosts/bed/components | |
| parent | 1d15f4b0031bd50a87babce969d86689ef2665f2 (diff) | |
Set publicKey for WireGuard peer configuration
Diffstat (limited to 'nixos/hosts/bed/components')
| -rw-r--r-- | nixos/hosts/bed/components/wireguard.nix | 2 |
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; |
