From 1373fd779e8932e538110301b801944b89838c47 Mon Sep 17 00:00:00 2001 From: Astra Logical Date: Tue, 21 Jul 2026 16:55:31 -0400 Subject: [PATCH] Trust cni and flannel on robin to prevent issues when metallb node is assigned to robin --- modules/hosts/robin/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/hosts/robin/configuration.nix b/modules/hosts/robin/configuration.nix index 0590e75..6770796 100644 --- a/modules/hosts/robin/configuration.nix +++ b/modules/hosts/robin/configuration.nix @@ -112,6 +112,7 @@ networking.firewall = { enable = true; + trustedInterfaces = [ "cni0" "flannel.1" ]; allowedTCPPorts = [ 22 # SSH (CRITICAL: Do not remove)