mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 01:33:55 -05:00
decreased boot verbosity on petalburg
This commit is contained in:
parent
04ed015a54
commit
1022699fbd
|
@ -54,6 +54,9 @@ in {
|
|||
# Pull latest Linux kernel.
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
boot.initrd.verbose = false;
|
||||
boot.consoleLogLevel = 0;
|
||||
|
||||
boot.plymouth.enable = true;
|
||||
|
||||
networking.hostName = "petalburg"; # Define your hostname.
|
||||
|
|
Loading…
Reference in a new issue