1{ 2 boot = { 3 plymouth = { 4 enable = true; 5 }; 6 7 consoleLogLevel = 3; 8 kernelParams = [ 9 "quiet" 10 "splash" 11 "udev.log_priority=3" 12 "rd.systemd.show_status=auto" 13 ]; 14 15 initrd.verbose = false; 16 17 loader.timeout = 0; 18 }; 19}