diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/arrakis/hardware-configuration.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hosts/arrakis/hardware-configuration.nix b/hosts/arrakis/hardware-configuration.nix index 0768e5c..6e40b67 100644 --- a/hosts/arrakis/hardware-configuration.nix +++ b/hosts/arrakis/hardware-configuration.nix @@ -26,7 +26,7 @@ fsType = "none"; options = [ "bind" - "x-systemd.requires=/data" + "x-systemd.requires=zfs-mount.service" ]; }; @@ -35,7 +35,7 @@ fsType = "none"; options = [ "bind" - "x-systemd.requires=/data" + "x-systemd.requires=zfs-mount.service" ]; }; @@ -44,7 +44,7 @@ fsType = "none"; options = [ "bind" - "x-systemd.requires=/data" + "x-systemd.requires=zfs-mount.service" ]; }; |