From 3701b8631a5c3e9c7992415f9e3fe1a3af77bbce Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 24 Jan 2026 17:54:51 -0800 Subject: rebuild framebox with impermanence --- profiles/wireguard.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'profiles/wireguard.nix') diff --git a/profiles/wireguard.nix b/profiles/wireguard.nix index 5620699..9abb7ea 100644 --- a/profiles/wireguard.nix +++ b/profiles/wireguard.nix @@ -17,14 +17,15 @@ let publicKey = hostConfigurations.argonath.wgPublicKey; endpoint = "157.230.146.234"; }; - rivendell = { + framebox = { ip = 60; - publicKey = hostConfigurations.rivendell.wgPublicKey; + publicKey = hostConfigurations.framebox.wgPublicKey; endpoint = "192.168.1.114"; }; test = { ip = 41; - publicKey = hostConfigurations.rivendell.wgPublicKey; + publicKey = hostConfigurations.framebox.wgPublicKey; + endpoint = "192.168.1.33"; }; }; -- cgit v1.2.3