commit fa947f4ba60481e35ab76912157fba77c5960f33
parent d3ac7b89b40018e6ade89a5d85ddd8c7d203a78a
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 27 Jan 2024 18:12:40 +0100
Meow
Diffstat:
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix
@@ -476,6 +476,7 @@ in {
ipv4 {
export filter allowed_ips;
import filter allowed_ips;
+ next hop self;
};
ipv6 {
import all;
@@ -494,6 +495,7 @@ in {
ipv4 {
export filter allowed_ips;
import filter allowed_ips;
+ next hop self;
};
ipv6 {
import all;
diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix
@@ -570,6 +570,7 @@ in {
ipv4 {
export filter allowed_ips;
import filter allowed_ips;
+ next hop self;
};
ipv6 {
import all;
@@ -588,6 +589,7 @@ in {
ipv4 {
export filter allowed_ips;
import filter allowed_ips;
+ next hop self;
};
ipv6 {
import all;