made nfs only open firewall on tailscale interface
This commit is contained in:
parent
2b9737b8f2
commit
f8966f062f
|
@ -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
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue