made nfs only open firewall on tailscale interface

This commit is contained in:
Leyla Becker 2025-02-26 10:42:53 -06:00
parent 2b9737b8f2
commit f8966f062f

View file

@ -49,7 +49,7 @@
) )
); );
}; };
networking.firewall.allowedTCPPorts = [ networking.firewall.interfaces.${config.services.tailscale.interfaceName}.allowedTCPPorts = [
config.host.network_storage.nfs.port config.host.network_storage.nfs.port
]; ];
} }