Jump to content

Translations:NixOS on ARM/UEFI/41/en: Difference between revisions

From NixOS Wiki
FuzzyBot (talk | contribs)
Importing a new version from external source
Tags: Mobile edit Mobile web edit
 
(No difference)

Latest revision as of 15:32, 12 July 2024

Message definition (NixOS on ARM/UEFI)
{{file|/etc/nixos/configuration.nix|nix|<nowiki>
{
  boot.loader.grub.enable = true;
  boot.loader.grub.efiSupport = true;
  boot.loader.grub.efiInstallAsRemovable = true;
  boot.loader.grub.device = "nodev";
}
</nowiki>}}
❄︎ /etc/nixos/configuration.nix
{
  boot.loader.grub.enable = true;
  boot.loader.grub.efiSupport = true;
  boot.loader.grub.efiInstallAsRemovable = true;
  boot.loader.grub.device = "nodev";
}