nixos/zfs: mount AFTER import

This commit is contained in:
Frank Doepper 2018-06-15 20:54:49 +02:00 committed by Frank Doepper
parent 54ea1cd58a
commit 673ecfcbaa
1 changed files with 1 additions and 0 deletions
nixos/modules/tasks/filesystems

View File

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