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