commit baa87705bd73b1765825cc166d187682e8a70ad5
parent 300886eeaf42dd8cb43941021c2f582dc4b3decb
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 27 Jan 2024 18:44:09 +0100
Meow
Diffstat:
2 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix
@@ -453,6 +453,11 @@ in {
if net = 10.100.12.1/32 then accept;
}
+ protocol device {
+ scan time 10;
+ interface "enp7s0";
+ }
+
protocol kernel {
ipv4 { # Connect protocol to IPv4 table by channel
import filter allowed_ips;
diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix
@@ -553,6 +553,11 @@ in {
if net = 10.100.12.1/32 then accept;
}
+ protocol device {
+ scan time 10;
+ interface "enp7s0";
+ }
+
protocol kernel {
ipv4 { # Connect protocol to IPv4 table by channel
import filter allowed_ips;