From a6462a4a8b9d55586f8706484c155b2de2a34877 Mon Sep 17 00:00:00 2001 From: Silvan Mosberger Date: Sat, 4 Jan 2020 02:07:07 +0100 Subject: [PATCH] nixos/doc: Extend disabledModules docs to indicate recursive disabling --- nixos/doc/manual/development/replace-modules.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/doc/manual/development/replace-modules.xml b/nixos/doc/manual/development/replace-modules.xml index 7b103c36d90..b4a466e2294 100644 --- a/nixos/doc/manual/development/replace-modules.xml +++ b/nixos/doc/manual/development/replace-modules.xml @@ -6,8 +6,8 @@ Replace Modules - Modules that are imported can also be disabled. The option declarations and - config implementation of a disabled module will be ignored, allowing another + Modules that are imported can also be disabled. The option declarations, + config implementation and the imports of a disabled module will be ignored, allowing another to take it's place. This can be used to import a set of modules from another channel while keeping the rest of the system on a stable release.