Less noisy boot

This commit is contained in:
Torjus Håkestad 2024-03-03 08:59:21 +01:00
parent 3c0f25d61f
commit 9cc4631fa6
2 changed files with 10 additions and 5 deletions

View File

@ -137,7 +137,7 @@
exec-once = [ exec-once = [
"waybar" "waybar"
"hyprpaper" "hyprpaper"
"easy-effects --gapplication-service" "easyeffects --gapplication-service"
# "dunst" # "dunst"
]; ];
}; };

View File

@ -5,11 +5,16 @@
# Bootloader stuff # Bootloader stuff
boot.kernelParams = [ boot.kernelParams = [
# "quiet" "quiet"
# "splash" "splash"
# "rd.systemd.show_status=false" "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.loader.efi = { canTouchEfiVariables = true; };
boot.extraModprobeConfig = '' boot.extraModprobeConfig = ''