From 7d223fad784492f1d8c938842a5e8a29595003b3 Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Fri, 11 Oct 2024 22:26:23 +0200 Subject: [PATCH] chore(wireguard): Added new peer for `Family desktop` --- services/wireguard/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/services/wireguard/default.nix b/services/wireguard/default.nix index f4c550e..7911198 100644 --- a/services/wireguard/default.nix +++ b/services/wireguard/default.nix @@ -46,6 +46,11 @@ publicKey = "42Vj5VG4bJpOUE7j5UW28IFSmPlV+X3tIA9ne55W0Fo="; allowedIPs = ["10.8.0.42/32"]; } + { + # Family desktop + publicKey = "cpBhnLD4u5brDZsc2uqXVlelApCIXFdRnfJXJU1WDmM="; + allowedIPs = ["10.8.0.11/32"]; + } ]; }; };