GNU GRUB: Difference between revisions

m Missing efi attribute for boot.loader.efi.canTouchEfiVariables
Tags: Mobile edit Mobile web edit Visual edit
m Typo
 
Line 18: Line 18:
   enable = true;
   enable = true;
   device = "/dev/sda"; #replace with the drive intended for boot
   device = "/dev/sda"; #replace with the drive intended for boot
};|name=/etc/nixos/configuration.nix|lang=nix}}
};
</nowiki>|name=/etc/nixos/configuration.nix|lang=nix}}
For additional GRUB module configuration options, refer to [https://search.nixos.org/options?channel=25.11&query=boot.loader.grub boot.loader.grub.]
For additional GRUB module configuration options, refer to [https://search.nixos.org/options?channel=25.11&query=boot.loader.grub boot.loader.grub.]