diff options
-rw-r--r-- | hosts/arrakis/hardware-configuration.nix | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/hosts/arrakis/hardware-configuration.nix b/hosts/arrakis/hardware-configuration.nix index 6e40b67..60b1881 100644 --- a/hosts/arrakis/hardware-configuration.nix +++ b/hosts/arrakis/hardware-configuration.nix @@ -26,7 +26,9 @@ fsType = "none"; options = [ "bind" - "x-systemd.requires=zfs-mount.service" + "defaults" + "nofail" + "x-systemd.requires=zfs-import-data.service" ]; }; @@ -35,7 +37,9 @@ fsType = "none"; options = [ "bind" - "x-systemd.requires=zfs-mount.service" + "defaults" + "nofail" + "x-systemd.requires=zfs-import-data.service" ]; }; @@ -44,7 +48,9 @@ fsType = "none"; options = [ "bind" - "x-systemd.requires=zfs-mount.service" + "defaults" + "nofail" + "x-systemd.requires=zfs-import-data.service" ]; }; |