This commit is contained in:
NyxErinys 2026-05-21 04:10:36 -05:00
parent c32470ae68
commit fb5dcb5717

View file

@ -1,6 +1,6 @@
{ ... }: { ... }:
{ {
networking.firewall.allowedTCPPorts = [ 2049 ]; networking.firewall.allowedTCPPorts = [ 111 2049 ];
fileSystems."/export/containers" = { fileSystems."/export/containers" = {
device = "/Velaris/Containers"; device = "/Velaris/Containers";
options = [ "bind" ]; options = [ "bind" ];
@ -12,8 +12,8 @@
mountdPort = 4002; mountdPort = 4002;
statdPort = 4000; statdPort = 4000;
exports = '' exports = ''
/export 10.5.0.2(rw,fsid=0,no_subtree_check) /export 10.5.0.2(rw,fsid=0,no_subtree_check,vers=4)
/export/containers 10.5.0.2(rw,nohide,insecure,no_subtree_check) /export/containers 10.5.0.2(rw,nohide,insecure,no_subtree_check,vers=4)
''; '';
}; };
} }