diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-12-21 21:23:19 -0800 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-12-21 21:23:19 -0800 |
commit | f8824a08f5ebb43c15279dadc78be7e1ad2545ae (patch) | |
tree | 11ab5c6e4a83ac881392e5e52dbeab0ccc83be66 /hosts/arrakis | |
parent | 0ba39f7645287ab642d76df5226b90839e8fe2d3 (diff) | |
download | nix-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 |
Diffstat (limited to 'hosts/arrakis')
-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 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" ]; }; |