add nfsv3 ports

This commit is contained in:
NyxErinys 2026-05-21 04:13:07 -05:00
parent fb5dcb5717
commit a913a80604

View file

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