diff options
Diffstat (limited to 'hosts')
-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" |