From 737b74c58de0712973f81c91aa07748c02deef70 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 24 Jan 2026 10:55:16 -0800 Subject: adding a new VM for testing Re-key all the secrets. --- profiles/wireguard.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'profiles/wireguard.nix') diff --git a/profiles/wireguard.nix b/profiles/wireguard.nix index 76586ba..5620699 100644 --- a/profiles/wireguard.nix +++ b/profiles/wireguard.nix @@ -22,6 +22,10 @@ let publicKey = hostConfigurations.rivendell.wgPublicKey; endpoint = "192.168.1.114"; }; + test = { + ip = 41; + publicKey = hostConfigurations.rivendell.wgPublicKey; + }; }; wgPort = 51820; -- cgit v1.2.3