Less noisy boot
This commit is contained in:
parent
3c0f25d61f
commit
9cc4631fa6
@ -137,7 +137,7 @@
|
||||
exec-once = [
|
||||
"waybar"
|
||||
"hyprpaper"
|
||||
"easy-effects --gapplication-service"
|
||||
"easyeffects --gapplication-service"
|
||||
# "dunst"
|
||||
];
|
||||
};
|
||||
|
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user