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"]; + } ]; }; };