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