diff --git a/docs/content/en-US/04-nixos-modules/02-workflows/index.adoc b/docs/content/en-US/04-nixos-modules/02-workflows/index.adoc index b608d6f4..a94a244e 100644 --- a/docs/content/en-US/04-nixos-modules/02-workflows/index.adoc +++ b/docs/content/en-US/04-nixos-modules/02-workflows/index.adoc @@ -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] ====