nfs: change interface for open port firewall on nas

This commit is contained in:
Kabbone 2023-01-29 12:45:43 +01:00
parent cc22e4651f
commit 8a89968d94
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY

View File

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