diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-12-30 23:29:53 -0800 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-12-30 23:29:53 -0800 |
commit | dc1784547ae9cb36c424f01a3541ae12d93915ac (patch) | |
tree | 87971546575075aea6543769112dac17e86d40ec | |
parent | 66e4f0deaa5554e64d2b290ca42b9317e8b68bfb (diff) | |
download | nix-dc1784547ae9cb36c424f01a3541ae12d93915ac.tar nix-dc1784547ae9cb36c424f01a3541ae12d93915ac.tar.gz nix-dc1784547ae9cb36c424f01a3541ae12d93915ac.tar.bz2 nix-dc1784547ae9cb36c424f01a3541ae12d93915ac.tar.lz nix-dc1784547ae9cb36c424f01a3541ae12d93915ac.tar.xz nix-dc1784547ae9cb36c424f01a3541ae12d93915ac.tar.zst nix-dc1784547ae9cb36c424f01a3541ae12d93915ac.zip |
Fix NFS bind mount dependency
Diffstat (limited to '')
-rw-r--r-- | hosts/arrakis/hardware-configuration.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/arrakis/hardware-configuration.nix b/hosts/arrakis/hardware-configuration.nix index 147742b..a812c40 100644 --- a/hosts/arrakis/hardware-configuration.nix +++ b/hosts/arrakis/hardware-configuration.nix @@ -26,6 +26,7 @@ options = [ "bind" "defaults" + "noauto" "nofail" "x-systemd.requires=/data" "x-systemd.automount" @@ -37,6 +38,7 @@ options = [ "bind" "defaults" + "noauto" "nofail" "x-systemd.requires=/data" "x-systemd.automount" @@ -48,6 +50,7 @@ options = [ "bind" "defaults" + "noauto" "nofail" "x-systemd.requires=/data" "x-systemd.automount" |