From 770256787c6e67495bac09b7c1958a0d5653b5d6 Mon Sep 17 00:00:00 2001 From: kurogeek Date: Thu, 23 Jul 2026 16:42:11 +0700 Subject: [PATCH] mob next [ci-skip] [ci skip] [skip ci] lastFile:modules/clan/apple-network/default.nix --- modules/clan/apple-network/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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" ];