mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 02:49:41 +00:00
Disable initrd verbosity
This commit is contained in:
parent
0b6b98c6de
commit
74603055b8
|
@ -1,5 +1,9 @@
|
|||
{pkgs, ...}: {
|
||||
boot.initrd = {
|
||||
# Verbosity of initrd.
|
||||
# Disabling verbosity removes only the mandantory messages generated by NixOS
|
||||
verbose = false;
|
||||
|
||||
systemd = {
|
||||
# Enable systemd in initrd
|
||||
# I prefe to use systemd in initrd, because it is more powerful than busybox
|
||||
|
|
Loading…
Reference in a new issue