disable plymouth
This commit is contained in:
parent
62ede59843
commit
22a641b29c
1 changed files with 1 additions and 2 deletions
|
|
@ -1,12 +1,11 @@
|
|||
{ pkgs, legacy-boot, ... }: {
|
||||
boot = {
|
||||
plymouth.enable = true;
|
||||
loader = {
|
||||
efi.canTouchEfiVariables = true;
|
||||
systemd-boot = {
|
||||
enable = !legacy-boot;
|
||||
configurationLimit = 3;
|
||||
sortKey = "z-nixos";
|
||||
sortKey = "nixos";
|
||||
editor = false;
|
||||
};
|
||||
grub = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue