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.