From 1022699fbdfb208203773c20941efa1088cc4c02 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Wed, 13 Mar 2024 23:06:31 -0400 Subject: [PATCH] decreased boot verbosity on petalburg --- hosts/petalburg/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/petalburg/default.nix b/hosts/petalburg/default.nix index 77f91982..86f8bf42 100644 --- a/hosts/petalburg/default.nix +++ b/hosts/petalburg/default.nix @@ -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.