From 38a30aa83cbd3287777523fb2f26ab6aff120ed0 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Sun, 1 Oct 2023 16:39:45 -0600 Subject: [PATCH] attempt to fix nfs and mergerfs --- server/fstab.nix | 2 +- workstation/fstab.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" // { }; "/" = {