From 3131d1bebb7539219c79eafd2070622d524c19ea Mon Sep 17 00:00:00 2001 From: kalipso Date: Thu, 19 Dec 2024 16:12:59 +0100 Subject: [PATCH] [malobeo/vpn] update peers --- machines/modules/malobeo/peers.nix | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/machines/modules/malobeo/peers.nix b/machines/modules/malobeo/peers.nix index 840080b..d2d40b4 100644 --- a/machines/modules/malobeo/peers.nix +++ b/machines/modules/malobeo/peers.nix @@ -8,17 +8,10 @@ publicKey = "hF9H10Y8Ar7zvZXFoNM8LSoaYFgPCXv30c54SSEucX4="; }; - "fanny" = { + "celine" = { role = "client"; address = [ "10.100.0.2/24" ]; allowedIPs = [ "10.100.0.0/24" ]; - publicKey = "hF8H10Y8Ar7zvZXFoNM8LSoaYFgPCXv30c54SSEucX4="; - }; - - "test" = { - role = "client"; - address = [ "10.100.0.3/24" ]; - allowedIPs = [ "10.100.0.0/24" ]; - publicKey = "hF7H10Y8Ar7zvZXFoNM8LSoaYFgPCXv30c54SSEucX4="; + publicKey = "Jgx82tSOmZJS4sm1o8Eci9ahaQdQir2PLq9dBqsWZw4="; }; }