From d3c201d200518ee04f40e612a7217f0574315df4 Mon Sep 17 00:00:00 2001 From: coolneng Date: Fri, 19 Mar 2021 09:55:02 +0100 Subject: [PATCH] Remove Fernando placeholder public key --- modules/networking.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/modules/networking.nix b/modules/networking.nix index 1839fe0..9d71821 100644 --- a/modules/networking.nix +++ b/modules/networking.nix @@ -62,16 +62,9 @@ peers = [ # Amin { - # Placeholder public key publicKey = "XMkTztU2Y8hw6Fu/2o4Gszij+EmNacvFMXuZyHS1n38="; allowedIPs = [ "10.9.0.2/32" ]; } - # Fernando - { - # Placeholder public key - publicKey = "XMkTztU2Y8hw6Fu/2o4Gszij+EmNacvFMXuZyHS1n38="; - allowedIPs = [ "10.9.0.3/32" ]; - } ]; }; };