Translations:NixOS on ARM/UEFI/41/fr

From NixOS Wiki
Revision as of 20:54, 12 July 2024 by Nicolas-goudry (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";
}