From 968ae4631ce580171880cacadc7fc1d375da663f Mon Sep 17 00:00:00 2001 From: Bun Date: Tue, 13 May 2025 12:45:52 -0400 Subject: [PATCH] Remove some firewall rules --- hosts/detritus/filesystems/default.nix | 1 + hosts/midas/network/default.nix | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/hosts/detritus/filesystems/default.nix b/hosts/detritus/filesystems/default.nix index e9186cac..4fcab792 100644 --- a/hosts/detritus/filesystems/default.nix +++ b/hosts/detritus/filesystems/default.nix @@ -16,6 +16,7 @@ fsType = "nfs4"; options = [ "noauto" + "port=2050" "soft" "x-systemd.automount" ]; diff --git a/hosts/midas/network/default.nix b/hosts/midas/network/default.nix index ed0f8b14..332d8b2e 100644 --- a/hosts/midas/network/default.nix +++ b/hosts/midas/network/default.nix @@ -27,8 +27,6 @@ tcp dport 2211 dnat ip to 11.0.0.100:22 comment "Tower SSH" tcp dport 2222 dnat ip to 11.0.0.2:22 comment "Kitty SSH" - tcp dport 2050 dnat ip to 11.0.0.2:2049 comment "Kitty NFS" - udp dport { 27005, 27015 } dnat ip to 11.0.0.100 comment "PC Hosted Games" }