commit 998dd4d5d3fb8763276185d1593d44415177af75 parent 642307a49dc22c9f42ad35ea9e5f151ce68ce02d Author: MTRNord <mtrnord1@gmail.com> Date: Sat, 27 Jan 2024 19:38:18 +0100 Meow Diffstat:
| M | nixos/worker-2/configuration.nix | | | 9 | ++------- |
1 file changed, 2 insertions(+), 7 deletions(-)
diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix @@ -559,19 +559,14 @@ in { } protocol bfd { - interface "floating1", "enp7s0" { + interface "enp7s0" { interval 50 ms; }; } - protocol direct direct1 { - ipv4; - interface "floating1"; - } - protocol device { scan time 10; - interface "floating1", "enp7s0"; + interface "enp7s0"; } protocol kernel {