diff --git a/modules/clan/apple-network/default.nix b/modules/clan/apple-network/default.nix index b9fba87..7c839fe 100644 --- a/modules/clan/apple-network/default.nix +++ b/modules/clan/apple-network/default.nix @@ -74,8 +74,7 @@ networking.useNetworkd = true; - networking.firewall.interfaces.ygg.allowedUDPPorts = [ vxlanPort ]; - networking.firewall.allowedUDPPorts = [ vxlanPort ]; # TODO rm + networking.firewall.interfaces."ygg".allowedUDPPorts = [ vxlanPort ]; boot.kernelModules = [ "vxlan" ];