From 43f6891816ded18063263bedfa0b9ffd1b28570c Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Wed, 2 Aug 2023 23:01:46 +0800 Subject: [PATCH] docs/site: update "Workflows" description --- docs/content/en-US/04-nixos-modules/02-workflows/index.adoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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] ====