virtualisation.xen.boot.builderVerbosity
NixOS option
The boot entry builder script should be called with exactly one of the following arguments in order to specify its verbosity: quiet supresses all messages. default adds a simple “Installing Xen Project Hypervisor boot entries…done.” message to the script. info is the same as default, but it also prints a diff with information on which generations were altered. This option adds two extra dependencies to the script: diffutils and bat. debug prints information messages for every single step of the script. This option does not alter the actual functionality of the script, just the number of messages printed when rebuilding the system.
type: one of "default", "info", "debug", "quiet"Default
"default"
Example
declared in: nixos/modules/virtualisation/xen-dom0.nixView source on NixOS/nixpkgs →"info"