From dc1784547ae9cb36c424f01a3541ae12d93915ac Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Mon, 30 Dec 2024 23:29:53 -0800 Subject: Fix NFS bind mount dependency --- hosts/arrakis/hardware-configuration.nix | 3 +++ 1 file changed, 3 insertions(+) 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" -- cgit v1.2.3