From 49424d34bf0a8a5355ea13f335ebf6037a19eda7 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Tue, 31 Dec 2024 01:00:37 -0800 Subject: Fix NFS bind mount dependency --- hosts/arrakis/hardware-configuration.nix | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'hosts/arrakis/hardware-configuration.nix') diff --git a/hosts/arrakis/hardware-configuration.nix b/hosts/arrakis/hardware-configuration.nix index 60b1881..3c508e5 100644 --- a/hosts/arrakis/hardware-configuration.nix +++ b/hosts/arrakis/hardware-configuration.nix @@ -26,9 +26,7 @@ fsType = "none"; options = [ "bind" - "defaults" - "nofail" - "x-systemd.requires=zfs-import-data.service" + "noauto" ]; }; @@ -37,9 +35,7 @@ fsType = "none"; options = [ "bind" - "defaults" - "nofail" - "x-systemd.requires=zfs-import-data.service" + "noauto" ]; }; @@ -48,9 +44,7 @@ fsType = "none"; options = [ "bind" - "defaults" - "nofail" - "x-systemd.requires=zfs-import-data.service" + "noauto" ]; }; -- cgit v1.2.3