nfs: change interface for open port firewall on nas
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
};
|
};
|
||||||
# open the firewall
|
# open the firewall
|
||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
interfaces.enp0s31f6 = {
|
interfaces.lo1 = {
|
||||||
allowedTCPPorts = [ 2049 ];
|
allowedTCPPorts = [ 2049 ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user