mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-25 15:11:54 -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.
|
# Pull latest Linux kernel.
|
||||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||||
|
|
||||||
|
boot.initrd.verbose = false;
|
||||||
|
boot.consoleLogLevel = 0;
|
||||||
|
|
||||||
boot.plymouth.enable = true;
|
boot.plymouth.enable = true;
|
||||||
|
|
||||||
networking.hostName = "petalburg"; # Define your hostname.
|
networking.hostName = "petalburg"; # Define your hostname.
|
||||||
|
|
Loading…
Reference in a new issue