oops needed this

This commit is contained in:
♥ Minnie ♥ 2024-02-14 09:12:28 +08:00
parent 236b8fbfeb
commit 2da4bab58f

View file

@ -26,4 +26,9 @@
/srv/multimedia/library/music 192.168.1.101(rw,nohide,insecure,no_subtree_check)
'';
};
networking.firewall = {
# # for NFSv3; view with `rpcinfo -p`
allowedTCPPorts = [ 111 2049 4000 4001 4002 20048 ];
allowedUDPPorts = [ 111 2049 4000 4001 4002 20048 ];
};
}