From 4e01b3e58e2c444cddace1acfe1b8262e65a3e7b Mon Sep 17 00:00:00 2001 From: Zuma Date: Thu, 6 Nov 2025 19:49:52 +0100 Subject: [PATCH] Add Riri and Loulou to wireguard --- configuration.nix | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index b06ae4c..579f1ab 100755 --- a/configuration.nix +++ b/configuration.nix @@ -148,12 +148,24 @@ interface = "wg0"; gossipPort = 1600; peers = [ + # Fifi { - # Fifi address = "10.0.1.1"; endpoint = "92.179.73.254:19720"; pubkey = "/TJVF6aLEvqngjd8Gq3QkH5esEQSIL+ryz/uKdJaZEQ="; } + # Riri + { + address = "10.0.2.1"; + endpoint = "176.159.248.209:19720"; + pubkey = "lUUTv85m7vtIKY7+s//AWL5r/epjXSBZNJCrgjRfQj0="; + } + # Fifi + { + address = "10.0.3.1"; + endpoint = "82.67.117.71:19720"; + pubkey = "J/liQaChv4ZBjwlLmobM0NA/Wwgl8nDcQEcGdsC5Exc="; + } ]; };