From cf300973d54957bf579807d6c8a82271af00a64d Mon Sep 17 00:00:00 2001 From: kalipso Date: Wed, 25 Dec 2024 21:44:03 +0100 Subject: [PATCH] [vpn] add peer desktop --- 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 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="; + }; }