Initial commit
This commit is contained in:
6
modules/system/boot/grub-efi.nix
Normal file
6
modules/system/boot/grub-efi.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ ... } : {
|
||||
boot.loader.grub.enable = true;
|
||||
boot.loader.grub.device = "nodev";
|
||||
boot.loader.grub.efiSupport = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
}
|
||||
Reference in New Issue
Block a user