Jump to content

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

From NixOS Wiki
Unabomberlive (talk | contribs)
Created page with "{{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>}}"
 
(No difference)

Latest revision as of 19:03, 20 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";
}