[Boot] quieter boot

This commit is contained in:
Antoine Viallon 2025-01-17 11:56:13 +01:00
parent 87f76d3a60
commit c764e700a9

View file

@ -249,6 +249,9 @@ in {
else
"yes"
;
# 'quiet' is required to silence systemd-efi-stub messages
"quiet" = mkIf (config.boot.consoleLogLevel <= 4) true;
};
nixpkgs.overlays = [(final: prev: {