aboutsummaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2024-12-21 21:23:19 -0800
committerMark Nipper <nipsy@bitgnome.net>2024-12-21 21:23:19 -0800
commitf8824a08f5ebb43c15279dadc78be7e1ad2545ae (patch)
tree11ab5c6e4a83ac881392e5e52dbeab0ccc83be66 /hosts
parent0ba39f7645287ab642d76df5226b90839e8fe2d3 (diff)
downloadnix-master.tar
nix-master.tar.gz
nix-master.tar.bz2
nix-master.tar.lz
nix-master.tar.xz
nix-master.tar.zst
nix-master.zip
Fix NFS bind mount dependencyHEADmaster
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 809f80f..1c4401d 100644
--- a/hosts/arrakis/hardware-configuration.nix
+++ b/hosts/arrakis/hardware-configuration.nix
@@ -27,7 +27,7 @@
"bind"
"defaults"
"nofail"
- "x-systemd.requires=zfs-mount.service"
+ "x-systemd.requires=zfs-import-data.service"
];
};
@@ -37,7 +37,7 @@
"bind"
"defaults"
"nofail"
- "x-systemd.requires=zfs-mount.service"
+ "x-systemd.requires=zfs-import-data.service"
];
};
@@ -47,7 +47,7 @@
"bind"
"defaults"
"nofail"
- "x-systemd.requires=zfs-mount.service"
+ "x-systemd.requires=zfs-import-data.service"
];
};