Translations:NixOS on ARM/UEFI/41/en: Difference between revisions
Appearance
Importing a new version from external source Tags: Mobile edit Mobile web edit |
(No difference)
|
Latest revision as of 15:32, 12 July 2024
❄︎ /etc/nixos/configuration.nix
{
boot.loader.grub.enable = true;
boot.loader.grub.efiSupport = true;
boot.loader.grub.efiInstallAsRemovable = true;
boot.loader.grub.device = "nodev";
}