diff options
Diffstat (limited to 'hosts/arrakis/hardware-configuration.nix')
-rw-r--r-- | hosts/arrakis/hardware-configuration.nix | 12 |
1 files changed, 3 insertions, 9 deletions
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" ]; }; |