From 4788c84cd903cfe957a8984c2598bfcf8bf27d27 Mon Sep 17 00:00:00 2001 From: Katherina Walshe-Grey Date: Tue, 21 Jan 2025 18:03:35 +0000 Subject: [PATCH] elucredassa: connect to birdsong --- hosts/elucredassa/networking.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/elucredassa/networking.nix b/hosts/elucredassa/networking.nix index ec88532..eb12218 100644 --- a/hosts/elucredassa/networking.nix +++ b/hosts/elucredassa/networking.nix @@ -12,4 +12,10 @@ }; linkConfig.RequiredForOnline = "routable"; }; + + birdsong.peering = { + enable = true; + privateKeyFile = "/etc/wireguard/privatekey"; + persistentKeepalive = 29; + }; }