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 = [
"waybar"
"hyprpaper"
"easy-effects --gapplication-service"
"easyeffects --gapplication-service"
# "dunst"
];
};

View File

@ -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 = ''