10 lines
No EOL
162 B
Nix
10 lines
No EOL
162 B
Nix
{ ... }: {
|
|
boot.loader = {
|
|
efi.canTouchEfiVariables = true;
|
|
grub = {
|
|
enable = true;
|
|
efiSupport = true;
|
|
device = "nodev";
|
|
};
|
|
};
|
|
} |