Less noisy boot
This commit is contained in:
@@ -5,11 +5,16 @@
|
||||
|
||||
# Bootloader stuff
|
||||
boot.kernelParams = [
|
||||
# "quiet"
|
||||
# "splash"
|
||||
# "rd.systemd.show_status=false"
|
||||
"quiet"
|
||||
"splash"
|
||||
"rd.systemd.show_status=false"
|
||||
];
|
||||
boot.loader.systemd-boot = { enable = true; };
|
||||
|
||||
boot.loader.systemd-boot = {
|
||||
enable = true;
|
||||
configurationLimit = 10;
|
||||
};
|
||||
|
||||
boot.loader.efi = { canTouchEfiVariables = true; };
|
||||
|
||||
boot.extraModprobeConfig = ''
|
||||
|
Reference in New Issue
Block a user