Translations:NixOS on ARM/UEFI/41/ru

From NixOS Wiki
Revision as of 19:03, 20 July 2024 by 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>}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/etc/nixos/configuration.nix
{
  boot.loader.grub.enable = true;
  boot.loader.grub.efiSupport = true;
  boot.loader.grub.efiInstallAsRemovable = true;
  boot.loader.grub.device = "nodev";
}