From c764e700a929fc2ac6833706c160c44f10c364d7 Mon Sep 17 00:00:00 2001 From: Antoine Viallon Date: Fri, 17 Jan 2025 11:56:13 +0100 Subject: [PATCH] [Boot] quieter boot --- boot.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/boot.nix b/boot.nix index 0d3e063..5ecf91e 100644 --- a/boot.nix +++ b/boot.nix @@ -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: {