From 673ecfcbaa0e0a2e64ec06f6f51c7e6234e512ef Mon Sep 17 00:00:00 2001 From: Frank Doepper Date: Fri, 15 Jun 2018 20:54:49 +0200 Subject: nixos/zfs: mount AFTER import --- nixos/modules/tasks/filesystems/zfs.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos/modules/tasks') diff --git a/nixos/modules/tasks/filesystems/zfs.nix b/nixos/modules/tasks/filesystems/zfs.nix index c54cfd4e1aa6..b8a420b7d745 100644 --- a/nixos/modules/tasks/filesystems/zfs.nix +++ b/nixos/modules/tasks/filesystems/zfs.nix @@ -431,6 +431,7 @@ in { requires = services; after = services; + wantedBy = [ "zfs.target" ]; }; systemd.targets."zfs".wantedBy = [ "multi-user.target" ]; -- cgit 1.4.1