From 16f45f8e48a5c4082084848de241411d78e7029a Mon Sep 17 00:00:00 2001 From: xqtc161 Date: Sun, 16 Jun 2024 01:52:06 +0200 Subject: [PATCH] Remove 111 again since it was a layer 8 problem --- hosts/x86_64-linux/beleth/nfs.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/x86_64-linux/beleth/nfs.nix b/hosts/x86_64-linux/beleth/nfs.nix index 86b2a89..da50e96 100644 --- a/hosts/x86_64-linux/beleth/nfs.nix +++ b/hosts/x86_64-linux/beleth/nfs.nix @@ -16,9 +16,9 @@ }; }; - networking.firewall.allowedTCPPorts = [111 2049 /* 4000 4001 4002 20048 */]; + networking.firewall.allowedTCPPorts = [2049 /* 4000 4001 4002 20048 */]; networking.firewall.extraInputRules = '' - iifname wg0 ip6 saddr { 2a0f:be01:0:100::/64, 2a0f:be01:0:200::/64, 2a0f:be01:fe:f00::/56 } tcp dport { 111, 2049 } accept + iifname wg0 ip6 saddr { 2a0f:be01:0:100::/64, 2a0f:be01:0:200::/64, 2a0f:be01:fe:f00::/56 } tcp dport { 2049 } accept ''; fileSystems = {