diff options
| -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; |
