diff --git a/modules/networking.nix b/modules/networking.nix index 754368a..7056eae 100644 --- a/modules/networking.nix +++ b/modules/networking.nix @@ -61,12 +61,18 @@ listenPort = 1194; privateKeyFile = "/home/coace/.wg/keys/privatekey"; peers = [ - # Fernando + # 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" ]; + } ]; }; };