From 0d82ac97c3140c8b5d85f61ce2a783ed8e4b0fb3 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 28 Nov 2025 09:49:19 -0800 Subject: the VM on the synology was reinstalled All the secrets were re-keyed. --- machines/nixos/x86_64-linux/argonath.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'machines/nixos/x86_64-linux/argonath.nix') diff --git a/machines/nixos/x86_64-linux/argonath.nix b/machines/nixos/x86_64-linux/argonath.nix index a67054a..218df5a 100644 --- a/machines/nixos/x86_64-linux/argonath.nix +++ b/machines/nixos/x86_64-linux/argonath.nix @@ -30,6 +30,12 @@ listenPort = 51871; privateKeyFile = config.age.secrets.wireguard.path; peers = [ + { + # bree + publicKey = "bJZyQoemudGJQox8Iegebm23c4BNVIxRPy1kmI2l904="; + allowedIPs = [ "10.100.0.40/32" ]; + persistentKeepalive = 25; + } { # rivendell publicKey = "jf7T7TMKQWSgSXhUplldZDV9G2y2BjMmHIAhg5d26ng="; -- cgit v1.2.3