diff --git a/system/boot/initrd.nix b/system/boot/initrd.nix index e686fdd..b42f26c 100644 --- a/system/boot/initrd.nix +++ b/system/boot/initrd.nix @@ -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