treewide: fix mkEnableOption usage

This commit is contained in:
éclairevoyant
2024-06-03 12:59:45 -04:00
parent f587de5d7f
commit 7d8742da87
41 changed files with 66 additions and 67 deletions

View File

@@ -57,12 +57,12 @@ in
options.testing = {
initrdBackdoor = lib.mkEnableOption ''
enable backdoor.service in initrd. Requires
backdoor.service in initrd. Requires
boot.initrd.systemd.enable to be enabled. Boot will pause in
stage 1 at initrd.target, and will listen for commands from the
Machine python interface, just like stage 2 normally does. This
enables commands to be sent to test and debug stage 1. Use
machine.switch_root() to leave stage 1 and proceed to stage 2.
machine.switch_root() to leave stage 1 and proceed to stage 2
'';
};