1
0

hosts/dn42-il*: Migrate bird config to new module name

This commit is contained in:
2025-03-02 17:36:49 +01:00
parent d257df7939
commit 3f07e7dbd7
5 changed files with 16 additions and 11 deletions

View File

@@ -33,8 +33,9 @@
iptables -A INPUT -p ospfigp -j ACCEPT
'';
services.bird2.enable = true;
services.bird2.config = ''
services.bird.enable = true;
services.bird.package = pkgs.bird2;
services.bird.config = ''
router id ${ (lib.head config.networking.interfaces.ens18.ipv4.addresses).address };
protocol direct {