fix(bootloader): add quiet param

This commit is contained in:
Michael Thomas 2024-01-16 23:13:46 -05:00
parent afb572e1b9
commit 287f3f9593

View File

@ -4,4 +4,5 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = false;
boot.plymouth.enable = true;
boot.kernelParams = ["quiet"];
}