From 633950afec058dd00e840c746daa92563a5e14ab Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 26 Jan 2026 09:29:58 -0800 Subject: fix wireguard configuration --- profiles/wireguard.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/wireguard.nix b/profiles/wireguard.nix index 9abb7ea..0ef323a 100644 --- a/profiles/wireguard.nix +++ b/profiles/wireguard.nix @@ -24,7 +24,7 @@ let }; test = { ip = 41; - publicKey = hostConfigurations.framebox.wgPublicKey; + publicKey = hostConfigurations.test.wgPublicKey; endpoint = "192.168.1.33"; }; }; -- cgit v1.2.3