elucredassa: connect to birdsong

This commit is contained in:
Katherina Walshe-Grey 2025-01-21 18:03:35 +00:00
parent c109d8e7e7
commit 4788c84cd9

View file

@ -12,4 +12,10 @@
}; };
linkConfig.RequiredForOnline = "routable"; linkConfig.RequiredForOnline = "routable";
}; };
birdsong.peering = {
enable = true;
privateKeyFile = "/etc/wireguard/privatekey";
persistentKeepalive = 29;
};
} }