commit 9d11782f0c021ca20e008a3eefe3a0c2f0473573
parent 1334da566bc189e160750c1d47d96351e219b7e8
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 27 Jan 2024 19:54:39 +0100
Meow
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix
@@ -455,7 +455,7 @@ in {
}
protocol bfd {
- interface "floating1", "enp7s0" {
+ interface "enp7s0" {
interval 50 ms;
};
}
@@ -466,12 +466,12 @@ in {
protocol direct direct1 {
ipv4;
- interface "floating1";
+ interface "enp7s0";
}
protocol device {
scan time 10;
- interface "enp7s0", "floating1";
+ interface "enp7s0";
}
protocol kernel {
@@ -549,7 +549,7 @@ in {
virtualIps = [
{
addr = "10.100.12.1/24";
- dev = "floating1";
+ dev = "enp7s0";
}
];
};