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/rivendell.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'machines/nixos/x86_64-linux/rivendell.nix') diff --git a/machines/nixos/x86_64-linux/rivendell.nix b/machines/nixos/x86_64-linux/rivendell.nix index 8e8ab20..bd7d01b 100644 --- a/machines/nixos/x86_64-linux/rivendell.nix +++ b/machines/nixos/x86_64-linux/rivendell.nix @@ -53,6 +53,13 @@ listenPort = 51871; privateKeyFile = config.age.secrets.wireguard.path; peers = [ + { + # bree + publicKey = "bJZyQoemudGJQox8Iegebm23c4BNVIxRPy1kmI2l904="; + allowedIPs = [ "10.100.0.40/32" ]; + persistentKeepalive = 25; + endpoint = "192.168.1.50:51871"; + } { # argonath publicKey = "vTItDh9YPnA+8hL1kIK+7EHv0ol3qvhfAfz790miw1w="; -- cgit v1.2.3