commit f99d86bef5db4414ecdd5bdedf97e9bbfc6f7186
parent a50152cb00c85631e7663008eee86617ce054364
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 27 Jan 2024 18:32:02 +0100
Meow
Diffstat:
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix
@@ -456,6 +456,7 @@ in {
protocol kernel {
ipv4 { # Connect protocol to IPv4 table by channel
import filter allowed_ips;
+ export filter allowed_ips;
};
persist;
}
diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix
@@ -556,6 +556,7 @@ in {
protocol kernel {
ipv4 { # Connect protocol to IPv4 table by channel
import filter allowed_ips;
+ export filter allowed_ips;
};
persist;
}