Trust cni and flannel on robin to prevent issues when metallb node is assigned to robin

This commit is contained in:
Astra Logical 2026-07-21 16:55:31 -04:00
parent 0e65aa19d9
commit 1373fd779e

View file

@ -112,6 +112,7 @@
networking.firewall = { networking.firewall = {
enable = true; enable = true;
trustedInterfaces = [ "cni0" "flannel.1" ];
allowedTCPPorts = [ allowedTCPPorts = [
22 # SSH (CRITICAL: Do not remove) 22 # SSH (CRITICAL: Do not remove)