7 lines
90 B
Nix
7 lines
90 B
Nix
{ ... }:
|
|
{
|
|
boot.loader.systemd-boot = {
|
|
editor = false;
|
|
graceful = true;
|
|
};
|
|
}
|