docs/site: update "Workflows" description

This commit is contained in:
Gabriel Arazas 2023-08-02 23:01:46 +08:00
parent 95d48f2ad6
commit 43f6891816
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -35,7 +35,11 @@ Take note you cannot enable more than two workflows at any given time.
----
You can get around this by setting `workflows.disableLimit` to `true`.
However, this shouldn't be taken lightly as workflow modules are very vast in scope and are expected to set system settings that can affect your hardware, enabling (and/or disabling) system services, and modifying the list of installed applications (among other things).
However, this shouldn't be taken lightly as workflow modules are very vast in scope and are expected to set system settings that can affect your hardware including...
* Enabling (and/or disabling) system services such as the preferred network manager.
* Modifying the list of installed applications.
* Setting up programs with custom configurations which could cause conflicts with the defaults (upstream or from nixpkgs).
[chat, foodogsquared]
====