From fd681f330f10ea640c3efaed222e1bd85f9621e0 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Mon, 30 Dec 2024 23:46:31 -0800 Subject: Fix NFS bind mount dependency --- hosts/arrakis/hardware-configuration.nix | 6 +++--- 1 file 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" ]; }; -- cgit v1.2.3