Disable plymouth as it's not bringing much joy

This commit is contained in:
Natsu Kagami 2024-01-29 13:27:27 +01:00
parent 9879ab0048
commit d6c218859c
Signed by: nki
GPG key ID: 55A032EB38B49ADB

View file

@ -122,7 +122,6 @@ in
boot.kernelPackages = mkDefault pkgs.linuxPackages_latest;
# Use the systemd-boot EFI boot loader.
boot = {
plymouth.enable = true;
loader.timeout = 60;
loader.systemd-boot.enable = true;
loader.efi.canTouchEfiVariables = true;