Disable initrd verbosity

This commit is contained in:
ItsDrike 2024-04-12 20:59:53 +02:00
parent 0b6b98c6de
commit 74603055b8
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0

View file

@ -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