chore: remove unused iproute2 from netbird

Yet another failed experiment to check why netbird fails to connect after
suspending the system. Turns out none of this was needed after all.

All that was needed was to stop systemd from managing foreign routing policy
rules:

systemd.network.config.networkConfig.ManageForeignRoutingPolicyRules = false;

Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
This commit is contained in:
Chinmay D. Pai 2024-09-02 20:48:47 +05:30
parent b6931cbb9b
commit 37a10b7fe2
Signed by: thunderbottom
GPG Key ID: 75507BE256F40CED

View File

@ -17,9 +17,6 @@
# ref: https://github.com/NixOS/nixpkgs/issues/113589 # ref: https://github.com/NixOS/nixpkgs/issues/113589
wireguard.enable = true; wireguard.enable = true;
# netbird requires iproute2 route tables.
# iproute2.enable = true;
}; };
services.netbird.enable = true; services.netbird.enable = true;