mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Desktop] Less silent boots
This commit is contained in:
parent
d17f158017
commit
47ada80342
1 changed files with 2 additions and 2 deletions
|
|
@ -136,9 +136,9 @@ in {
|
|||
};
|
||||
|
||||
boot.plymouth.enable = mkDefault true;
|
||||
boot.kernelParams = [ "quiet" "splash" "udev.log_level=3" ];
|
||||
boot.kernelParams = [ "splash" "udev.log_level=3" ];
|
||||
boot.initrd.verbose = false;
|
||||
boot.consoleLogLevel = 1;
|
||||
# boot.consoleLogLevel = 1;
|
||||
|
||||
# Enable sound.
|
||||
sound.enable = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue