decreased boot verbosity on petalburg

This commit is contained in:
Aly Raffauf 2024-03-13 23:06:31 -04:00
parent 04ed015a54
commit 1022699fbd

View file

@ -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.