From 0087aa78a3c3108044a277dd0abee224b958c9b1 Mon Sep 17 00:00:00 2001 From: ahtlon Date: Mon, 30 Dec 2024 17:33:48 +0100 Subject: [PATCH] Add atlanpc wireguard access --- machines/modules/malobeo/peers.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/machines/modules/malobeo/peers.nix b/machines/modules/malobeo/peers.nix index 075d950b..bb83d863 100644 --- a/machines/modules/malobeo/peers.nix +++ b/machines/modules/malobeo/peers.nix @@ -21,4 +21,11 @@ allowedIPs = [ "10.100.0.0/24" ]; publicKey = "FtY2lcdWcw+nvtydOOUDyaeh/xkaqHA8y9GXzqU0Am0="; }; + + "atlan-pc" = { + role = "client"; + address = [ "10.100.0.5/24" ]; + allowedIPs = [ "10.100.0.0/24" ]; + publicKey = "TrJ4UAF//zXdaLwZudI78L+rTC36zEDodTDOWNS4Y1Y="; + }; }