diff options
| author | caley <195605706+cqley@users.noreply.github.com> | 2026-07-28 16:29:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-28 16:29:28 +0200 |
| commit | 6e348a573b17eeeee4091c966efbde1523cb70ee (patch) | |
| tree | 9f9b86bdc09c3bcdb54daca600d98b88071aef1b /nixos/hosts/bed/components | |
| parent | 68c0f2e197737990e6edac08ca1b5cc8afbb4d3d (diff) | |
Update wireguard.nix
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 578ab62..91d7649 100644 --- a/nixos/hosts/bed/components/wireguard.nix +++ b/nixos/hosts/bed/components/wireguard.nix @@ -5,7 +5,7 @@ peers = [ { - publicKey = "W4Je63gh8f6LsSZfIj8PT7x0ktp9+dyDkPNBqvAmBUs="; + publicKey = "P2LPLBq/6qXE5Mmv8DJUviU89Yu5s7vysbyWncnZchY="; endpoint = "5.231.118.254:51820"; allowedIPs = [ "10.0.0.0/24" ]; persistentKeepalive = 25; |
