7 lines
134 B
Nix
7 lines
134 B
Nix
{ ... }: {
|
|
boot.loader.systemd-boot.enable = true;
|
|
boot.loader.efi.canTouchEfiVariables = true;
|
|
|
|
boot.plymouth.enable = true;
|
|
}
|