Merge pull request #42077 from woffs/zfs-systemd-dep

nixos/zfs: mount AFTER import
This commit is contained in:
Jörg Thalheim
2018-06-16 01:20:44 +01:00
committed by GitHub

View File

@@ -431,6 +431,7 @@ in
{
requires = services;
after = services;
wantedBy = [ "zfs.target" ];
};
systemd.targets."zfs".wantedBy = [ "multi-user.target" ];