Is there a way to change default bootloader name that being shown in BIOS settings ?
efibootmgr
BootCurrent: 0000
Timeout: 1 seconds
BootOrder: 0000
Boot0000* NixOS-boot-efi
I already tried some option from NixOS search but nothing works
my configuration rn :
boot.loader.grub.enable = true;
boot.loader.grub.efiSupport = true;
boot.loader.grub.device = "nodev";
boot.loader.efi.efiSysMountPoint = "/boot/efi";
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.grub.extraGrubInstallArgs = [ "--bootloader-id=Nixboot" ];
boot.loader.grub.configurationName = "Nixboot";