enable nfsv3 again

This commit is contained in:
NyxErinys 2026-05-21 23:39:50 -05:00
parent d49a835ae2
commit 6207af6aef

View file

@ -1,7 +1,7 @@
{ ... }: { ... }:
{ {
networking.firewall.allowedTCPPorts = [ 2049 ]; networking.firewall.allowedTCPPorts = [ 111 2049 4000 4001 4002 20048 ];
# networking.firewall.allowedUDPPorts = [ 111 2049 4000 4001 4002 20048 ]; networking.firewall.allowedUDPPorts = [ 111 2049 4000 4001 4002 20048 ];
fileSystems."/export/containers" = { fileSystems."/export/containers" = {
device = "/Velaris/Containers"; device = "/Velaris/Containers";
options = [ "bind" ]; options = [ "bind" ];