8 lines
131 B
Nix
8 lines
131 B
Nix
{
|
|
boot.loader = {
|
|
systemd-boot.enable = true;
|
|
systemd-boot.graceful = true;
|
|
efi.canTouchEfiVariables = false;
|
|
};
|
|
}
|