emergencyMode, emergencyAccess: cross reference options in docs. (#410418)
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
{ config, lib, ... }:
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
options,
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
||||
###### interface
|
||||
@@ -15,6 +20,8 @@
|
||||
instances) have no console of any kind, emergency mode doesn't
|
||||
make sense, and it's better to continue with the boot insofar
|
||||
as possible.
|
||||
|
||||
For initrd emergency access, use ${options.boot.initrd.systemd.emergencyAccess} instead.
|
||||
'';
|
||||
};
|
||||
|
||||
|
||||
@@ -266,6 +266,8 @@ in
|
||||
|
||||
Can also be set to a hashed super user password to allow
|
||||
authenticated access to the emergency mode.
|
||||
|
||||
For emergency access after initrd, use `${options.systemd.enableEmergencyMode}` instead.
|
||||
'';
|
||||
default = false;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user