attempt to fix nfs and mergerfs

This commit is contained in:
Danilo Reyes 2023-10-01 16:39:45 -06:00
parent fb1bbe3869
commit 38a30aa83c
2 changed files with 2 additions and 2 deletions

View File

@ -253,7 +253,7 @@
/export workstation(rw,fsid=0,no_subtree_check)
/export/jawz workstation(rw,nohide,insecure,no_subtree_check)
/export/seedbox workstation(rw,nohide,insecure,no_subtree_check)
/export/pool workstation(rw,nohide,insecure,no_subtree_check)
/export/pool workstation(rw,nohide,insecure,no_subtree_check,async,no_root_squash,fsid=1)
'';
};
};

View File

@ -42,7 +42,7 @@
options = [ "x-systemd.automount" "noauto" ];
};
in {
"/mnt/pool" = mount "pool" // { };
# "/mnt/pool" = mount "pool" // { };
"/mnt/jawz" = mount "jawz" // { };
"/mnt/seedbox" = mount "seedbox" // { };
"/" = {