10 lines
139 B
Nix
10 lines
139 B
Nix
|
{ ... }:
|
||
|
{
|
||
|
boot.loader.grub = {
|
||
|
enable = true;
|
||
|
efiSupport = true;
|
||
|
efiInstallAsRemovable = true;
|
||
|
device = "nodev";
|
||
|
};
|
||
|
}
|