11 lines
165 B
Nix
11 lines
165 B
Nix
|
_:{
|
||
|
boot.loader = {
|
||
|
efi.canTouchEfiVariables = true;
|
||
|
grub = {
|
||
|
enable = true;
|
||
|
efiSupport = true;
|
||
|
device = "nodev";
|
||
|
};
|
||
|
};
|
||
|
}
|