Disable plymouth as it's not bringing much joy
This commit is contained in:
parent
9879ab0048
commit
d6c218859c
|
@ -122,7 +122,6 @@ in
|
||||||
boot.kernelPackages = mkDefault pkgs.linuxPackages_latest;
|
boot.kernelPackages = mkDefault pkgs.linuxPackages_latest;
|
||||||
# Use the systemd-boot EFI boot loader.
|
# Use the systemd-boot EFI boot loader.
|
||||||
boot = {
|
boot = {
|
||||||
plymouth.enable = true;
|
|
||||||
loader.timeout = 60;
|
loader.timeout = 60;
|
||||||
loader.systemd-boot.enable = true;
|
loader.systemd-boot.enable = true;
|
||||||
loader.efi.canTouchEfiVariables = true;
|
loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
Loading…
Reference in a new issue