aboutsummaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2024-12-30 23:46:31 -0800
committerMark Nipper <nipsy@bitgnome.net>2024-12-30 23:46:31 -0800
commitfd681f330f10ea640c3efaed222e1bd85f9621e0 (patch)
tree4dd0eff75e53696c4bcc0832786bb12efc2b04a5 /hosts
parent6a6304a3a6ae38a3d13591da00f911c12d409347 (diff)
downloadnix-fd681f330f10ea640c3efaed222e1bd85f9621e0.tar
nix-fd681f330f10ea640c3efaed222e1bd85f9621e0.tar.gz
nix-fd681f330f10ea640c3efaed222e1bd85f9621e0.tar.bz2
nix-fd681f330f10ea640c3efaed222e1bd85f9621e0.tar.lz
nix-fd681f330f10ea640c3efaed222e1bd85f9621e0.tar.xz
nix-fd681f330f10ea640c3efaed222e1bd85f9621e0.tar.zst
nix-fd681f330f10ea640c3efaed222e1bd85f9621e0.zip
Fix NFS bind mount dependency
Diffstat (limited to 'hosts')
-rw-r--r--hosts/arrakis/hardware-configuration.nix6
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"
];
};