From 968cddce5202342d6364d67ebc2658df7dcceeb7 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Wed, 6 Nov 2024 23:37:06 -0800 Subject: [PATCH] fixup! feat(adrastea): add plymouth boot sequence --- hosts/adrastea/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/adrastea/configuration.nix b/hosts/adrastea/configuration.nix index dd9ace3..9da9ed5 100755 --- a/hosts/adrastea/configuration.nix +++ b/hosts/adrastea/configuration.nix @@ -26,16 +26,16 @@ # selected_themes = [ "rings" ]; # }) # ]; + font = "${config.stylix.fonts.monospace.package}/share/fonts/truetype/NerdFonts/CaskaydiaCoveNerdFontMono-Regular.ttf"; }; # Enable "Silent Boot" - consoleLogLevel = 0; + consoleLogLevel = 3; initrd.verbose = false; kernelParams = [ "quiet" "splash" "boot.shell_on_fail" - "loglevel=3" "rd.systemd.show_status=false" "rd.udev.log_level=3" "udev.log_priority=3"