mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Boot] quieter boot
This commit is contained in:
parent
87f76d3a60
commit
c764e700a9
1 changed files with 3 additions and 0 deletions
3
boot.nix
3
boot.nix
|
|
@ -249,6 +249,9 @@ in {
|
||||||
else
|
else
|
||||||
"yes"
|
"yes"
|
||||||
;
|
;
|
||||||
|
|
||||||
|
# 'quiet' is required to silence systemd-efi-stub messages
|
||||||
|
"quiet" = mkIf (config.boot.consoleLogLevel <= 4) true;
|
||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs.overlays = [(final: prev: {
|
nixpkgs.overlays = [(final: prev: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue