diff --git a/server/fstab.nix b/server/fstab.nix index a59b95f..4e40a54 100644 --- a/server/fstab.nix +++ b/server/fstab.nix @@ -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) ''; }; }; diff --git a/workstation/fstab.nix b/workstation/fstab.nix index 53b4389..8853bc1 100644 --- a/workstation/fstab.nix +++ b/workstation/fstab.nix @@ -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" // { }; "/" = {