From 448433e95886c5ccde802435be61b1197b5c0e71 Mon Sep 17 00:00:00 2001 From: xqtc161 Date: Sun, 16 Jun 2024 00:53:09 +0200 Subject: [PATCH] I hope that this fixes it and a parser just had autism --- hosts/x86_64-linux/beleth/nfs.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/hosts/x86_64-linux/beleth/nfs.nix b/hosts/x86_64-linux/beleth/nfs.nix index f3ec91b..ad76bad 100644 --- a/hosts/x86_64-linux/beleth/nfs.nix +++ b/hosts/x86_64-linux/beleth/nfs.nix @@ -21,11 +21,7 @@ networking.firewall.allowedTCPPorts = [ 2049 ]; networking.firewall.extraInputRules = '' - iifname wg0 ip6 saddr { - 2a0f:be01:0:100::/64, - 2a0f:be01:0:200::/64, - 2a0f:be01:fe:f00::/56, - } tcp dport 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 '';