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, ... }: {
|
{ pkgs, legacy-boot, ... }: {
|
||||||
boot = {
|
boot = {
|
||||||
plymouth.enable = true;
|
|
||||||
loader = {
|
loader = {
|
||||||
efi.canTouchEfiVariables = true;
|
efi.canTouchEfiVariables = true;
|
||||||
systemd-boot = {
|
systemd-boot = {
|
||||||
enable = !legacy-boot;
|
enable = !legacy-boot;
|
||||||
configurationLimit = 3;
|
configurationLimit = 3;
|
||||||
sortKey = "z-nixos";
|
sortKey = "nixos";
|
||||||
editor = false;
|
editor = false;
|
||||||
};
|
};
|
||||||
grub = {
|
grub = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue