attempt to fix nfs and mergerfs
This commit is contained in:
parent
fb1bbe3869
commit
38a30aa83c
@ -253,7 +253,7 @@
|
|||||||
/export workstation(rw,fsid=0,no_subtree_check)
|
/export workstation(rw,fsid=0,no_subtree_check)
|
||||||
/export/jawz workstation(rw,nohide,insecure,no_subtree_check)
|
/export/jawz workstation(rw,nohide,insecure,no_subtree_check)
|
||||||
/export/seedbox 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)
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@ -42,7 +42,7 @@
|
|||||||
options = [ "x-systemd.automount" "noauto" ];
|
options = [ "x-systemd.automount" "noauto" ];
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
"/mnt/pool" = mount "pool" // { };
|
# "/mnt/pool" = mount "pool" // { };
|
||||||
"/mnt/jawz" = mount "jawz" // { };
|
"/mnt/jawz" = mount "jawz" // { };
|
||||||
"/mnt/seedbox" = mount "seedbox" // { };
|
"/mnt/seedbox" = mount "seedbox" // { };
|
||||||
"/" = {
|
"/" = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user