From a1e3f8cfc31c7455e1f85f077df00035d679973d Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Tue, 5 Nov 2024 23:39:48 +0100 Subject: [PATCH] feat(services): Added new peer for pi4 --- services/wireguard/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/services/wireguard/default.nix b/services/wireguard/default.nix index 7911198..1bd9fa7 100644 --- a/services/wireguard/default.nix +++ b/services/wireguard/default.nix @@ -51,6 +51,11 @@ publicKey = "cpBhnLD4u5brDZsc2uqXVlelApCIXFdRnfJXJU1WDmM="; allowedIPs = ["10.8.0.11/32"]; } + { + # pi4 + publicKey = "F9AkCI0FGkrFhCq+SvCT1F2RG2ApNUy+SeIj1+VPtXI="; + allowedIPs = ["10.8.0.31/32"]; + } ]; }; };