boot.initrd.systemd.emergencyAccess

NixOS option

Set to true for unauthenticated emergency access, and false or null for no emergency access. Can also be set to a hashed super user password to allow authenticated access to the emergency mode. For emergency access after initrd, use systemd.enableEmergencyMode instead.

type: boolean or null or (string, not containing newlines or colons)
Default
false
declared in: nixos/modules/system/boot/systemd/initrd.nixView source on NixOS/nixpkgs →