nfs: change interface for open port firewall on nas

This commit is contained in:
2023-01-29 12:45:43 +01:00
parent cc22e4651f
commit 8a89968d94

View File

@@ -11,7 +11,7 @@
};
# open the firewall
networking.firewall = {
interfaces.enp0s31f6 = {
interfaces.lo1 = {
allowedTCPPorts = [ 2049 ];
};
};