diff --git a/machines/modules/malobeo/peers.nix b/machines/modules/malobeo/peers.nix index d2d40b4..075d950 100644 --- a/machines/modules/malobeo/peers.nix +++ b/machines/modules/malobeo/peers.nix @@ -14,4 +14,11 @@ allowedIPs = [ "10.100.0.0/24" ]; publicKey = "Jgx82tSOmZJS4sm1o8Eci9ahaQdQir2PLq9dBqsWZw4="; }; + + "desktop" = { + role = "client"; + address = [ "10.100.0.3/24" ]; + allowedIPs = [ "10.100.0.0/24" ]; + publicKey = "FtY2lcdWcw+nvtydOOUDyaeh/xkaqHA8y9GXzqU0Am0="; + }; }