From 3676f44fe813794b0603dbc82da3149db8fb4e1c Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 18 Oct 2025 10:58:27 -0700 Subject: configure wireguard for rivendell --- machines/nixos/x86_64-linux/do-rproxy/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'machines/nixos/x86_64-linux/do-rproxy') diff --git a/machines/nixos/x86_64-linux/do-rproxy/default.nix b/machines/nixos/x86_64-linux/do-rproxy/default.nix index 32005e0..0d74a1f 100644 --- a/machines/nixos/x86_64-linux/do-rproxy/default.nix +++ b/machines/nixos/x86_64-linux/do-rproxy/default.nix @@ -18,10 +18,17 @@ privateKeyFile = config.age.secrets.wireguard.path; peers = [ { + # vm-synology publicKey = "bJZyQoemudGJQox8Iegebm23c4BNVIxRPy1kmI2l904="; allowedIPs = [ "10.100.0.0/24" ]; persistentKeepalive = 25; } + { + # rivendell + publicKey = "jf7T7TMKQWSgSXhUplldZDV9G2y2BjMmHIAhg5d26ng="; + allowedIPs = [ "10.100.0.0/24" ]; + persistentKeepalive = 25; + } ]; }; }; -- cgit v1.2.3