diff --git a/modules/tasks/filesystems.nix b/modules/tasks/filesystems.nix index cc7f1f407420..4ca309f5a108 100644 --- a/modules/tasks/filesystems.nix +++ b/modules/tasks/filesystems.nix @@ -191,7 +191,7 @@ in { description = "Initialisation of Filesystem ${fs.device}"; wantedBy = [ "${mountPoint'}.mount" ]; before = [ "${mountPoint'}.mount" "systemd-fsck@${device'}.service" ]; - require = [ "${device'}.device" ]; + requires = [ "${device'}.device" ]; after = [ "${device'}.device" ]; path = [ pkgs.utillinux ] ++ config.system.fsPackages; script =