boot.initrd.verbose

NixOS option

Verbosity of the initrd. Please note that disabling verbosity removes only the mandatory messages generated by the NixOS scripts. For a completely silent boot, you might also want to set the two following configuration options: boot.consoleLogLevel = 0; boot.kernelParams = [ "quiet" "udev.log_level=3" ];

type: boolean
Default
true
declared in: nixos/modules/system/boot/stage-1.nixView source on NixOS/nixpkgs →