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)