Be verbose during boot

This commit is contained in:
Alexander Bantyev 2021-12-05 14:57:02 +03:00
parent 1f7ae7e91f
commit 8a2266fe75
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5

View File

@ -5,10 +5,8 @@
grub.enable = false;
systemd-boot.enable = pkgs.system == "x86_64-linux";
};
kernelParams = [ "quiet" "scsi_mod.use_blk_mq=1" "modeset" "nofb" ]
kernelParams = [ "modeset" "nofb" ]
++ lib.optionals (pkgs.system == "x86_64-linux") [
"rd.systemd.show_status=auto"
"rd.udev.log_priority=3"
"pti=off"
"spectre_v2=off"
];